ENUM

SignupForPrimeErrorCode

Error types recognized.

link GraphQL Schema definition

1enum SignupForPrimeErrorCode {
2
3# The Amazon customer is not logged in.
4NOT_SIGNED_IN
5
6# The marketplace on the user was Invalid
7INVALID_MARKETPLACE
8
9# Status when customers account does not have Amazon Prime
10NOT_SIGNED_UP_FOR_AMAZON_PRIME
11
12# Unknown error being returned from service.
13UNKNOWN
14}