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.