ImportCredentialsException

class ImportCredentialsException : Exception


Exception encountered during the import-credentials operation.

Summary

Constants

const String

Unable to retrieve any credentilas from the user.

const String

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

const String

The user has cancelled the operation.

Public constructors

Public properties

String

the type of the error

Inherited properties

From kotlin.Throwable

Constants

ERROR_TYPE_NO_CREDENTIALS

const val ERROR_TYPE_NO_CREDENTIALSString

Unable to retrieve any credentilas from the user.

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_USER_CANCELED

const val ERROR_TYPE_USER_CANCELEDString

The user has cancelled the operation.

Public constructors

ImportCredentialsException

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