data class IdentityVerificationError(val message: String, val retriable: Boolean, val code: IdentityVerificationErrorCode, val cause: Throwable? = null) : CrossmintError
Constructors
constructor(message: String, retriable: Boolean, code: IdentityVerificationErrorCode, cause: Throwable? = null)
Properties
| Property | Type | Description |
|---|---|---|
cause | Throwable? | - |
code | IdentityVerificationErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |
retriable | Boolean | - |

