Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ConnectivityException(description: String, cause: Throwable? = null) : VerifierException
Link copied to clipboard
class DataTransportDisconnectedException(cause: Throwable? = null) : VerifierException

The exception occurs when a proximity session already exists.

Link copied to clipboard
class FailedToStoreCertificateException(val errors: List<String>) : VerifierException
Link copied to clipboard

The exception occurs when the session is timed-out due to inactivity.

Link copied to clipboard
Link copied to clipboard
class RuntimeException(cause: Throwable) : VerifierException

Runtime exceptions should be reported to MATTR.

Link copied to clipboard
class SdkInitializedException(message: String? = null) : VerifierException

Sdk initialized exception.

Link copied to clipboard
class SdkNotInitializedException(message: String? = null) : VerifierException

The exception occurs when SDK API is called before the SDK initialization process.

Link copied to clipboard

The exception may occur during the SDK initialization process.

Properties

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