RemotePresentationException

Exception wrapper that carries a stable RemotePresentationError plus an optional underlying cause from the OpenID4VP / HTTP / crypto stack.

Host apps should primarily branch on error, and only use cause for logging or diagnostics.

Constructors

Link copied to clipboard
constructor(error: RemotePresentationError, cause: Throwable? = null)

Properties

Link copied to clipboard