SdkNotInitializedException

class SdkNotInitializedException(message: String? = null) : VerifierException

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

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

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