Docs

PaymentsSDKErrorCode

enum PaymentsSDKErrorCode {
AddressNotAllowed,
EmailNotVerified,
InvalidCard,
InvalidProps,
NoActiveClaimPhase,
NotEnoughSupply,
UserAbandonedCheckout,
UserLoginFailed,
}

AddressNotAllowed

"This address is not on the allowlist.";

EmailNotVerified

"The email was unable to be verified.";

InvalidCard

"The card information is invalid. Please double check that the Card, CVC, and Zip code are all correct.";

InvalidProps

"The props you passed in to this component are not valid.";

NoActiveClaimPhase

"There is no active claim phase at the moment.";

NotEnoughSupply

"There is not enough supply to claim.";

UserAbandonedCheckout

"User abandoned the checkout";

UserLoginFailed

"User login failed";