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.