Typescript SDK Type Docs
    Preparing search index...

    Interface FailedToRefreshSession

    Generated when the Checkout Session fails to refresh.

    interface FailedToRefreshSession {
        code: "failed_to_refresh_session";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "failed_to_refresh_session"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Failed to refresh session.

    severity: string

    error