KeyGenerationFailed

data class KeyGenerationFailed(val throwable: Throwable) : ProvisioningError

Thrown when the key pair generation has failed.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

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

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