Typescript SDK Type Docs
    Preparing search index...

    Interface RecurringOrderFailureError

    Returned when a subsequent Order for a Recurring Order could not be processed.

    interface RecurringOrderFailureError {
        code: "RecurringOrderFailure";
        details: any;
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "RecurringOrderFailure"

    Error identifier.

    details: any

    Details about the error's cause and the entities involved.

    message: string

    Plain text description of the error.