@sheerid/jslib
    Preparing search index...

    Interface ErrorResponse

    Response from REST API. Unrecoverable error. No further requests are expected. Recommend starting over.

    interface ErrorResponse {
        country?: keyof Countries;
        currentStep: "error";
        errorDetailId?: ErrorDetailId;
        errorIds: [ErrorId];
        lastResponse?: VerificationResponse;
        locale:
            | "es"
            | "id"
            | "is"
            | "no"
            | "ar"
            | "bg"
            | "bn-IN"
            | "cs"
            | "da"
            | "de"
            | "el"
            | "en-GB"
            | "en-US"
            | "es-ES"
            | "fi"
            | "fr-CA"
            | "fr"
            | "ga"
            | "hi-IN"
            | "hr"
            | "hu"
            | "it"
            | "iw"
            | "ja"
            | "ko"
            | "lo"
            | "lt"
            | "ms"
            | "nl"
            | "nl-BE"
            | "pl"
            | "pt-BR"
            | "pt"
            | "ro"
            | "ru"
            | "sk"
            | "sl"
            | "sr"
            | "sv"
            | "sw"
            | "uk"
            | "ur"
            | "vi"
            | "th"
            | "tr"
            | "zh-HK"
            | "zh"
            | "zu";
        maxAge?: number;
        minAge?: number;
        redirectUrl: string;
        segment: Segment;
        submissionUrl?: string;
        subSegment: SubSegment;
        verificationId: string;
    }

    Hierarchy

    Index

    Properties

    country?: keyof Countries
    currentStep: "error"
    errorDetailId?: ErrorDetailId
    errorIds: [ErrorId]
    lastResponse?: VerificationResponse
    locale:
        | "es"
        | "id"
        | "is"
        | "no"
        | "ar"
        | "bg"
        | "bn-IN"
        | "cs"
        | "da"
        | "de"
        | "el"
        | "en-GB"
        | "en-US"
        | "es-ES"
        | "fi"
        | "fr-CA"
        | "fr"
        | "ga"
        | "hi-IN"
        | "hr"
        | "hu"
        | "it"
        | "iw"
        | "ja"
        | "ko"
        | "lo"
        | "lt"
        | "ms"
        | "nl"
        | "nl-BE"
        | "pl"
        | "pt-BR"
        | "pt"
        | "ro"
        | "ru"
        | "sk"
        | "sl"
        | "sr"
        | "sv"
        | "sw"
        | "uk"
        | "ur"
        | "vi"
        | "th"
        | "tr"
        | "zh-HK"
        | "zh"
        | "zu"
    maxAge?: number
    minAge?: number
    redirectUrl: string
    segment: Segment
    submissionUrl?: string
    subSegment: SubSegment
    verificationId: string