AccountKitServiceException
В последней версии SDK этот класс не доступен.

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

Расширение:AccountKitException
Пакет:accountkit
Конструкторы
AccountKitServiceException(AccountKitRequestError, Type, InternalAccountKitError)

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, Type accountKitErrorType, InternalAccountKitError internalError)
ПараметрОписание
errorThe error type
accountKitErrorTypeThe error
internalErrorInternal error
AccountKitServiceException(AccountKitRequestError, AccountKitException)

Constructs a AccountKitServiceException with no additional information.

public AccountKitServiceException(AccountKitRequestError error, AccountKitException ex)
ПараметрОписание
errorThe error type
exException
Методы экземпляра
getRequestError()

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

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