Nutrient Web SDK
    Preparing search index...

    Interface AIComparisonError

    Error information for AI comparison

    interface AIComparisonError {
        details?: unknown;
        message: string;
        phase: "ANALYSIS" | "TAGGING";
    }
    Index

    Properties

    details?: unknown

    Additional error details (optional)

    message: string

    Human-readable error message

    phase: "ANALYSIS" | "TAGGING"

    The phase where the error occurred ('ANALYSIS' | 'TAGGING')