enum PaymentsSDKErrorCode { AddressNotAllowed, EmailNotVerified, InvalidCard, InvalidProps, NoActiveClaimPhase, NotEnoughSupply, UserAbandonedCheckout, UserLoginFailed,}
"This address is not on the allowlist.";
"The email was unable to be verified.";
"The card information is invalid. Please double check that the Card, CVC, and Zip code are all correct.";
"The props you passed in to this component are not valid.";
"There is no active claim phase at the moment.";
"There is not enough supply to claim.";
"User abandoned the checkout";
"User login failed";