Typescript SDK Type Docs
    Preparing search index...

    Interface InitError

    Generated when an error occurs during Checkout's initialization.

    interface InitError {
        code: "init_error";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "init_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Error during initialization.

    severity: string

    error