Other

data class Other(val errorMsg: String?, val t: Throwable?) : TSBiometricsAuthError

An unexpected error occurred that does not fit any other category.

Constructors

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

Properties

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