ImportCredentialsException


abstract class ImportCredentialsException : Exception

Known direct subclasses
ImportCredentialsInvalidJsonException

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

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

Inherited properties

From kotlin.Throwable