Class FacebookIapVerifyReceiptGraphErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.service.meta.facebookiap.client.exception.FacebookIapVerifyReceiptGraphErrorException
- 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
forceFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FacebookIapVerifyReceiptGraphErrorException
-
-
Method Details
-
getStatusCode
-
getCode
Description copied from class:BaseExceptionGets the error code.- Specified by:
getCodein classBaseException- Returns:
- the
ErrorCode
-