ENUM
PlaceOrdersErrorCode
Error types recognized.
link GraphQL Schema definition
1 enum PlaceOrdersErrorCode { 2 3 # Status when user is not logged in to an Amazon account. 4 5 6 # Unknown error being returned from service. 7 8 }
ENUM
Error types recognized.
1 enum PlaceOrdersErrorCode { 2 3 # Status when user is not logged in to an Amazon account. 4 5 6 # Unknown error being returned from service. 7 8 }