OBJECT

PlaceOrdersError

Error code for an error that occurs while claiming an offer

link GraphQL Schema definition

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