ExportCredentialsException


public abstract class ExportCredentialsException extends Exception

Known direct subclasses
ExportCredentialsInvalidJsonException

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

ExportCredentialsSystemErrorException

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

ExportCredentialsUnknownCallerException

The credential json cannot be trusted because the caller is unknown

ExportCredentialsUnknownErrorException

The credential json cannot be stored due to unknown error


Represents an error thrown during an export flow.

Summary