ENUM
SignupForPrimeErrorCode
Error types recognized.
link GraphQL Schema definition
1 enum SignupForPrimeErrorCode { 2 3 # The Amazon customer is not logged in. 4 5 6 # The marketplace on the user was Invalid 7 8 9 # Status when customers account does not have Amazon Prime 10 11 12 # Unknown error being returned from service. 13 14 }