AccountKitServiceException
Cette classe n’est plus disponible dans la version la plus récente du SDK.

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

Prolonge :AccountKitException
Package :accountkit
Constructeurs
AccountKitServiceException(AccountKitRequestError, Type, InternalAccountKitError)

Constructs a AccountKitServiceException with no additional information.

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

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, AccountKitException ex)
ParamètreDescription
errorThe error type
exException
Méthodes d’instance
getRequestError()

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

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