SignalCredentialStateException

class SignalCredentialStateException : Exception


Exception encountered during the signal credential state operation.

Summary

Constants

const String

The error type value for when the given operation failed due to an unknown reason.

Public constructors

Public properties

String

the type of the error

Inherited properties

From kotlin.Throwable

Constants

ERROR_TYPE_UNKNOWN

const val ERROR_TYPE_UNKNOWNString

The error type value for when the given operation failed due to an unknown reason.

Public constructors

SignalCredentialStateException

SignalCredentialStateException(type: String, message: String?)
Parameters
type: String

the type of the error

message: String?

the message of the error

Public properties

type

val typeString

the type of the error