PresentationError class
An OpenID4VP request could not be fetched/parsed, or a response could not be built/submitted.
- Inheritance
-
- Object
- Oid4vcError
- PresentationError
Constructors
- PresentationError(String message, {Object? cause})
-
const
Properties
- cause → Object?
-
The lower-level error this one wraps, if any.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable, developer-facing summary. Never contains secrets
(
tx_code, access tokens, private key material are never logged here).finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited