WalletError
Error codes returned by wallet operations (GetWallet, TransferGold).
Check for WalletError.None to confirm successful transfers.
Available on: Server scripts only
Properties
The world wallet does not have enough gold to complete the transfer. Check wallet balance with GetWallet() before attempting large transfers. World creators need to top up their wallet to continue rewarding players.
An internal server error occurred. Retry the operation.
Operation completed successfully with no errors.
Too many wallet requests sent too quickly. Wait before retrying. Rate limiting is in effect to prevent abuse.
The specified user ID does not exist or is invalid. Verify the user ID is correct before retrying.
Updated 13 days ago