GetCredentialTransferCapabilitiesException


public abstract class GetCredentialTransferCapabilitiesException extends Exception

Known direct subclasses
GetCredentialTransferCapabilitiesInvalidJsonException

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

GetCredentialTransferCapabilitiesSystemErrorException

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

GetCredentialTransferCapabilitiesUnknownCallerException

The credential json cannot be trusted because the caller is unknown

GetCredentialTransferCapabilitiesUnknownErrorException

The request cannot be processed due to unknown error


Represents an error thrown when the provider is requested to return the transfer capabilities.

Summary