Result of a failed application of stagedActions to the Order. The data is calculated on the fly and is not queryable.

interface OrderEditPreviewFailure {
    errors: ErrorObject[];
    type: "PreviewFailure";
}

Properties

Properties

errors: ErrorObject[]

Errors returned.

type: "PreviewFailure"