Types

Link copied to clipboard

Indicates the user is not authenticated in order to perform the request.

Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : SudoIdentityVerificationException

Unexpected error occurred during API invocation.

The Verified Identity cannot be found. The Verified Identity attempted to be accessed does not exist or cannot be found.

An attempt to update the Verified Identity has failed.

Link copied to clipboard

An implausible age was input for verification.

Link copied to clipboard

Internal server error occurred in Identity Verification service.

Link copied to clipboard
class InvalidAgeException(message: String? = null, cause: Throwable? = null) : SudoIdentityVerificationException

An invalid age was input for verification.

Link copied to clipboard

Indicates the user is not signed in but requested an operation that requires authentication.

An identity verification attempt was initiated with insufficient information.

Link copied to clipboard

A catch all error for any unknown or unhandled exceptions.

Link copied to clipboard

An unsupported country was associated with an identity to be verified.

Link copied to clipboard

An identity verification attempt originated from an unsupported network location.

Link copied to clipboard

The method used for verification is unsupported.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard