VerifyPurchaseException class

Error thrown by every verification and refund method of this package.

Implemented types

Constructors

VerifyPurchaseException(VerifyPurchaseErrorCode code, String message, {int? statusCode, int? storeErrorCode, Object? cause})
const

Properties

cause → Object?
Underlying error, if any.
final
code → VerifyPurchaseErrorCode
final
hashCode → int
The hash code for this object.
no setterinherited
message → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
statusCode → int?
HTTP status code, when the error came from a store response.
final
storeErrorCode → int?
Store-specific error code (e.g. Apple 4040010), when available.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited