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

public class AppleIapVerifyReceiptStatusErrorCodeException extends BaseException
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 Details

    • AppleIapVerifyReceiptStatusErrorCodeException

      public AppleIapVerifyReceiptStatusErrorCodeException(int statusCode)
  • Method Details