Skip to main content

Module error

Module error 

Source
Expand description

Typed errors surfaced by the StoreKit framework.

Structs§

InvalidRequestError
Wraps a StoreKit.InvalidRequestError payload.
ProductPurchaseError
Wraps a StoreKit.Product.PurchaseError payload.
RefundRequestError
Wraps a StoreKit.Transaction.RefundRequestError payload.
StoreKitApiError
Wraps a StoreKit.StoreKitError payload.
StoreKitFrameworkError
Wraps the underlying NSError surfaced by the StoreKit framework.
VerificationFailure
Wraps the verification failure reported by StoreKit.

Enums§

ProductPurchaseErrorCode
Wraps the code space of StoreKit.Product.PurchaseError.
RefundRequestErrorCode
Wraps the code space of StoreKit.Transaction.RefundRequestError.
StoreKitApiErrorCode
Wraps the code space of StoreKit.StoreKitError.
StoreKitError
Top-level error returned by this crate for StoreKit failures.
TypedStoreKitError
Classifies typed error payloads returned by the StoreKit framework.
VerificationErrorCode
Wraps the verification error codes used by StoreKit.