ImportCredentialsException


abstract class ImportCredentialsException : Exception

Known direct subclasses
ImportCredentialsCancellationException

During the import credentials flow, this is thrown when a user intentionally cancels an operation.

ImportCredentialsInvalidJsonException

The request json cannot be read because it is written in invalid format

ImportCredentialsNoExportOptionException

During the import credentials flow, this is thrown if there is no credential provider matched to handle the import request.

ImportCredentialsProviderConfigurationException

During the import credentials flow, this is thrown if a ProviderEventsApiProvider was not found to handle the request.

ImportCredentialsSystemErrorException

Used by the system when the request fails to reach the provider

ImportCredentialsUnknownCallerException

The request cannot be trusted because the caller is unknown

ImportCredentialsUnknownErrorException

The credential json cannot be returned due to unknown error


Represents an error thrown during the import flow.

Summary