SignFailed

data class SignFailed(val message: String, val t: Throwable?) : TSSignError

Signing failed. Check throwable for the underlying cause.

Constructors

Link copied to clipboard
constructor(message: String, t: Throwable?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val t: Throwable?
Link copied to clipboard