Inttegro Web SDKs - v0.1.0
    Preparing search index...

    Interface CheckoutErrorDetail

    Safe error details emitted by hosted Checkout.

    The object excludes account numbers, billing details, confirmation values, customer identifiers, Order references, and raw provider responses.

    interface CheckoutErrorDetail {
        code: string;
        message: string;
        recoverable: boolean;
    }
    Index
    code: string

    Stable reason for the hosted-checkout error.

    message: string

    Human-readable diagnostic description.

    recoverable: boolean

    Whether hosted Checkout can continue without replacing the controller.