UntrustedIdentityError

data class UntrustedIdentityError(identifier: String?, message: String?, identityKey: IdentityKey?) : TypedExceptionV1

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val identifier: String? = null
Link copied to clipboard
val identityKey: IdentityKey? = null
Link copied to clipboard
open override val message: String? = null