AccountKitServiceException
This class is no longer available in the most recent version of the SDK.

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

Extends:AccountKitException
Package:accountkit
Constructors
AccountKitServiceException(AccountKitRequestError, Type, InternalAccountKitError)

Constructs a AccountKitServiceException with no additional information.

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

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, AccountKitException ex)
ParameterDescription
errorThe error type
exException
Instance Methods
getRequestError()

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

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