CrossmintIdentityVerificationError class final

A verification error. retriable is the bit to act on: false means the flow is dead and the buyer cannot finish it.

Constructors

CrossmintIdentityVerificationError({required bool retriable, required CrossmintIdentityVerificationErrorReason reason, required String message})
const
CrossmintIdentityVerificationError.fromEventData(Map<String, Object?> data)
Builds an error from a kyc:error payload, defaulting to non-retriable when the payload is malformed.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
final
reason CrossmintIdentityVerificationErrorReason
final
retriable bool
final
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