OBJECT

PlaceOrderError

Error code for an error that occurs while claiming an offer

link GraphQL Schema definition

1type PlaceOrderError {
2
3# Error code for error that occurred while claiming an offer
4code: PlaceOrderErrorCode!
5
6}