CreateCredentialCancellationException


class CreateCredentialCancellationException : CreateCredentialException


During the create credential flow, this is thrown when a user intentionally cancels an operation. When this happens, the application should handle logic accordingly, typically under indication the user does not want to see Credential Manager anymore.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

CreateCredentialCancellationException

Added in 1.2.0
CreateCredentialCancellationException(errorMessage: CharSequence? = null)