ENUM

ClaimPrimeOfferErrorCode

Error types recognized.

link GraphQL Schema definition

1enum ClaimPrimeOfferErrorCode {
2
3# Status when offer is already claimed by the current user or an associated
4# account.
5OFFER_ALREADY_CLAIMED
6
7# Unknown error being returned from service.
8UNKNOWN
9}