Represents an error returned from the AccountKit service in response to a request.
Hereda de: | AccountKitException |
Paquete: | accountkit |
AccountKitServiceException(AccountKitRequestError, Type, InternalAccountKitError)
Constructs a AccountKitServiceException with no additional information.
public AccountKitServiceException(AccountKitRequestError error, Type accountKitErrorType, InternalAccountKitError internalError)
Parámetro | Descripción |
---|---|
error | The error type |
accountKitErrorType | The error |
internalError | Internal error |
AccountKitServiceException(AccountKitRequestError, AccountKitException)
Constructs a AccountKitServiceException with no additional information.
public AccountKitServiceException(AccountKitRequestError error, AccountKitException ex)
Parámetro | Descripción |
---|---|
error | The error type |
ex | Exception |
getRequestError()
Returns an object that encapsulates complete information representing the error returned by AccountKit.
public final AccountKitRequestError getRequestError()