PaymentsError
Contains possible error codes that can be returned from Payments functions.
Properties
ServerOnly
The Payments function completed successfully.
PaymentsError.None
ServerOnly
A server error occurred.
PaymentsError.InternalError
ServerOnly
Your world is sending requests too frequently.
PaymentsError.RequestThrottled
ServerOnly
The limit passed to GetPurchases must be 100 or less.
PaymentsError.CursorInvalidLimit
ServerOnly
The cursor ID passed to GetPurchases was not valid.
PaymentsError.CursorInvalid
ServerOnly
The cursor ID passed to GetPurchases was valid, but there are no more values to return.
PaymentsError.CursorNoMoreValues
ServerOnly
The payment ID is not recognized.
PaymentsError.UnknownPayment
ServerOnly
The user ID is not recognized.
PaymentsError.InvalidUserId
ServerOnly
The purchase ID is not recognized.
PaymentsError.InvalidPurchaseId
ServerOnly
The product ID is not recognized.
PaymentsError.InvalidProductId
ServerOnly
The purchase has already been acknowledged.
PaymentsError.PurchaseAlreadyAcknowledged