Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidMode

    Generated when the Application does not support the requested Checkout mode.

    interface InvalidMode {
        code: "invalid_mode";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_mode"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    {mode} mode requires an application with mode type {modeTypeRequested}. Current mode {modeTypeReceived}.

    severity: string

    info