ENUM
ClaimJourneyOfferErrorCode
Error types recognized.
link GraphQL Schema definition
1 enum ClaimJourneyOfferErrorCode { 2 3 # Unknown error being returned from service. 4 5 6 # Status when the offerId or journeyId not found. 7 8 9 # Status when the customer account is not eligible for claim. 10 11 12 # Status when user is not logged in to an Amazon account. 13 14 }