AccountKitServiceException
Questa classe non è più disponibile nella versione più recente dell'SDK.

Represents an error returned from the AccountKit service in response to a request.

Estende:AccountKitException
Pacchetto:accountkit
Costruttori
AccountKitServiceException(AccountKitRequestError, Type, InternalAccountKitError)

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, Type accountKitErrorType, InternalAccountKitError internalError)
ParametroDescrizione
errorThe error type
accountKitErrorTypeThe error
internalErrorInternal error
AccountKitServiceException(AccountKitRequestError, AccountKitException)

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, AccountKitException ex)
ParametroDescrizione
errorThe error type
exException
Metodi di istanza
getRequestError()

Returns an object that encapsulates complete information representing the error returned by AccountKit.

public final AccountKitRequestError getRequestError()
Returns
Complete information representing the error.