OnrampApiErrorType:
    | "AppAttestationError"
    | "InvalidWalletOwnershipSignatureError"
    | "WalletOwnershipChallengeExpiredError"
    | "InvalidWalletOwnershipChallengeError"
    | "WalletNotFoundError"
    | "UnsupportedNetworkError"
    | "UncategorizedApiError"

Typed Crypto Onramp API error discriminants.