PasskeyBackendException class

Thrown when a call into the host app's PasskeyBackend fails.

This wraps any error thrown while fetching options from, or posting a signed response to, your relying-party server. Inspect cause for details.

Inheritance

Constructors

PasskeyBackendException({Object? cause, String? userMessage})
Creates a PasskeyBackendException.
const

Properties

cause Object?
The original error that triggered this exception, if any.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
technicalMessage String
A developer-facing description, suitable for logs and bug reports.
no setteroverride
userMessage String
A short, non-technical message safe to show directly to end users.
no setteroverride

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