receipt_verifier v0.2.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."}

Summary

Types

t()
t :: %ReceiptVerifier.Error{code: integer, message: any}