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