Objects
OrderFailedOrderEvent
Represents a status for a failed order.
Fields
id
ID!
requiredThe unique identifier of the event.
createdAt
required
The time the order event was created.
reason
String!
requiredThe reason for the order failure.
reasonCode
required
A standardized code categorizing the type of order failure.
retryable
Boolean
Indicates whether Rye recommends retrying the order.
Learn more about handling failed orders in error handling guide.
Related types
Was this page helpful?