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

public class FacebookIapVerifyReceiptGraphErrorException 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

    • FacebookIapVerifyReceiptGraphErrorException

      public FacebookIapVerifyReceiptGraphErrorException(String graphError)
  • Method Details