ImportCredentialsCancellationException


class ImportCredentialsCancellationException : ImportCredentialsException


During the import credentials flow, this is thrown when a user intentionally cancels an operation. When this happens, the application should handle logic accordingly, typically indicates that the user does not want to see the provider selector UI anymore.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

ImportCredentialsCancellationException

Added in 1.0.0-alpha03
ImportCredentialsCancellationException(errorMessage: String? = null)