ENUM

ClaimJourneyOfferErrorCode

Error types recognized.

link GraphQL Schema definition

1enum ClaimJourneyOfferErrorCode {
2
3# Unknown error being returned from service.
4UNKNOWN
5
6# Status when the offerId or journeyId not found.
7ENTITY_NOT_FOUND
8
9# Status when the customer account is not eligible for claim.
10INELIGIBLE_ACCOUNT
11
12# Status when user is not logged in to an Amazon account.
13NOT_SIGNED_IN
14}