You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Added] Added AppAttestationUnavailableError, a rich StripeCryptoOnrampError surfaced when configuration fails because app attestation is missing or native Link is unavailable.
[Removed] Removed public diagnostic-only properties from rich Crypto Onramp errors: sdkVersions from StripeCryptoOnrampError and concrete error types; operation, appIdentifier, and mode from StripeCryptoOnrampAPIError, AppAttestationAPIError, and UncategorizedAPIError; and operation, appIdentifier, mode, and sdkVersions from APIErrorContext. These diagnostics are still included in developerMessage.
[Changed] Renamed the public API-backed error context property from context to apiErrorContext.
[Changed] Removed public initializers from AppAttestationAPIError and UncategorizedAPIError, and updated the public APIErrorContext initializer to match its remaining API-backed fields.