receipt_verifier v0.8.0 ReceiptVerifier.Error View Source

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() View Source
t() :: %ReceiptVerifier.Error{code: integer, message: any, meta: keyword}