RemotePresentationError

SDK-level domain errors for remote OpenID4VP presentations.

These values are stable and safe to map directly to user-facing messages in the host app.

Entries

Link copied to clipboard

The authorization request or session is no longer valid (expired).

Link copied to clipboard

Generic network-level failure (e.g. request could not be sent or completed).

Link copied to clipboard

No credentials in the wallet could satisfy the presentation definition.

Link copied to clipboard

SIOP / verifier configuration issues (e.g. JWKS problems, metadata errors).

Link copied to clipboard

The verifier's client identifier scheme or value is not supported or allowed.

Link copied to clipboard

The authorization request / JAR could not be resolved or validated.

Link copied to clipboard

We failed to build a verifiable presentation (missing content).

Link copied to clipboard

The verifier explicitly rejected the VP / authorization response.

Link copied to clipboard

The VP could not be dispatched or acknowledged by the verifier.

Link copied to clipboard

No usable presentation definition could be extracted from the request.

Link copied to clipboard

Catch-all for unexpected conditions.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.