ClearCredentialStateException

class ClearCredentialStateException : Exception


Exception encountered during the clear-credential operation.

Summary

Constants

const String
const String

The error type value for when the given operation failed due to an interrupted exception.

const String

The error type value for when the given operation failed due to a provider configuration.

const String

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

const String

The error type value for when the given operation failed due to credman not being supported.

Public constructors

Public properties

String

the type of the error

Inherited properties

From kotlin.Throwable

Constants

ERROR_TYPE_CUSTOM

const val ERROR_TYPE_CUSTOMString

ERROR_TYPE_INTERRUPTED

const val ERROR_TYPE_INTERRUPTEDString

The error type value for when the given operation failed due to an interrupted exception.

ERROR_TYPE_PROVIDER_CONFIGURATION

const val ERROR_TYPE_PROVIDER_CONFIGURATIONString

The error type value for when the given operation failed due to a provider configuration.

ERROR_TYPE_UNKNOWN

const val ERROR_TYPE_UNKNOWNString

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

ERROR_TYPE_UNSUPPORTED

const val ERROR_TYPE_UNSUPPORTEDString

The error type value for when the given operation failed due to credman not being supported.

Public constructors

ClearCredentialStateException

ClearCredentialStateException(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