Class AppleIapVerifyReceiptStatusErrorCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.service.appleiap.client.exception.AppleIapVerifyReceiptStatusErrorCodeException
- All Implemented Interfaces:
Serializable
Used to indicate that the Apple verify receipt API returned a valid JSON response but with an error "status" code in
the response body.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AppleIapVerifyReceiptStatusErrorCodeException
public AppleIapVerifyReceiptStatusErrorCodeException(int statusCode)
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getCode
Description copied from class:BaseException
Gets the error code.- Specified by:
getCode
in classBaseException
- Returns:
- the
ErrorCode
-