Typescript SDK Type Docs
    Preparing search index...

    Interface OrderVerificationRetryError

    Generated when retrying the verification of the Order results in an error.

    interface OrderVerificationRetryError {
        code: "order_verification_retry_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "order_verification_retry_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Order verification retry error.

    payload: any

    Contains the error property that can be either orderReferenceNotAvailable or orderVerificationOngoing.

    severity: string

    error