ENUM

PlaceOrderErrorCode

Error types recognized.

link GraphQL Schema definition

1enum PlaceOrderErrorCode {
2
3# Status when user is not logged in to an Amazon account.
4NOT_SIGNED_IN
5
6# Unknown error being returned from service.
7UNKNOWN
8}