Typescript SDK Type Docs
    Preparing search index...

    Interface GraphQLRecurringOrderFailureError

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

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "RecurringOrderFailure"

    One of the error codes that is listed on the Errors page.

    details: any

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