receipt_verifier v0.6.0 ReceiptVerifier.Error

The error sturct

The code is status code returns from Apple’s Server,

The message is the detailed description of the error

Example

%ReceiptVerifier.Error{code: 21002, message: "The data in the receipt-data property was malformed or missing."}

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ReceiptVerifier.Error{code: integer, message: any, meta: keyword}