Kotlin Data Class
data class SigningFailed(val message: String) : SignerError
constructor(message: String)
val message: String
Was this page helpful?