ActionScript3 Reference
Class PlayerIOError
Namespace: playerio
Language: ActionScript 3
Error object for most PlayerIO related errors
This class is auto generated
Properties
|
| public |
| type |
:playerio:PlayerIOError [read-only] |
The type of error the PlayerIOError object represent
|
Constants
|
| public static const |
PlayerIOError type if access is denied
|
| public static const |
PlayerIOError type if the given argument value is outside the range of allowed values.
|
| public static const |
PlayerIOError type if could not locate the database object.
|
| public static const |
PlayerIOError type if the object exceeds the maximum allowed size for BigDB objects.
|
| public static const |
PlayerIOError type if the specified PayVault provider does not support buying coins
|
| public static const |
PlayerIOError type if cannot create circular references inside database objects
|
| public static const |
PlayerIOError type if the specified PayVault provider does not support direct purchase
|
| public static const |
PlayerIOError type if an error occurred while contacting an external service
|
| public static const |
PlayerIOError type if the game has been disabled, most likely because of missing payment.
|
| public static const |
PlayerIOError type if a game is required to do this action
|
| public static const |
PlayerIOError type if a general error occured
|
| public static const |
PlayerIOError type if the server could not complete the heartbeat
|
| public static const |
PlayerIOError type if an unexpected error occured inside the Player.IO webservice. Please try again.
|
| public static const |
PlayerIOError type if the auth given is invalid or malformatted
|
| public static const |
PlayerIOError type if the key given for the BigDB object is not a valid BigDB key. BigDB keys must be between 1 and 50 word characters (no spaces).
|
| public static const |
PlayerIOError type if the game code is invalid
|
| public static const |
PlayerIOError type if the value given for the index, does not match the expeceded type.
|
| public static const |
PlayerIOError type if the message is malformatted
|
| public static const |
PlayerIOError type if the password supplied is incorrect
|
| public static const |
PlayerIOError type if the chosen provider is not configured correctly in the admin panel
|
| public static const |
PlayerIOError type if the chosen provider rejected one or more of the purchase arguments
|
| public static const |
PlayerIOError type if the supplied data is incorrect
|
| public static const |
PlayerIOError type if the item does not exist in the vault.
|
| public static const |
PlayerIOError type if the key is in use by another database object
|
| public static const |
PlayerIOError type if you can't join the room when the RoomID is null or the empty string
|
| public static const |
PlayerIOError type if a value is missing
|
| public static const |
PlayerIOError type if there is no server in any of the selected server clusters for the game that are eligible to start a new room in (they're all at full capacity or there are no servers in any of the clusters). Either change the selected clusters for your game in the admin panel, try again later or start some more servers for one of your clusters.
|
| public static const |
PlayerIOError type if the key you specified is not set as searchable. You can change the searchable keys in the admin panel for the server type
|
| public static const |
PlayerIOError type if the user does not have enough coins in the PayVault to complete the purchase or debit.
|
| public static const |
PlayerIOError type if the operation was aborted because the user attempting the operation was not the original creator of the object accessed.
|
| public static const |
PlayerIOError type if the QuickConnect method (simple, facebook, kongregate...) is not enabled for the game. You can enable the various methods in the admin panel for the game
|
| public static const |
PlayerIOError type if you are unable to create room because there is already a room with the specified id
|
| public static const |
PlayerIOError type if the room data for the room was over the allowed size limit
|
| public static const |
PlayerIOError type if the room already has the maxmium amount of users in it.
|
| public static const |
PlayerIOError type if bigDB object could not be saved using optimistic locks as it's out of date.
|
| public static const |
PlayerIOError type if the connection requested is not known by the server
|
| public static const |
PlayerIOError type if the game requested is not known by the server
|
| public static const |
PlayerIOError type if the specified index does not exist.
|
| public static const |
PlayerIOError type if unable to locate the custom PartnerPay action with the given key
|
| public static const |
PlayerIOError type if there is no PayVault provider with the specified id
|
| public static const |
PlayerIOError type if there is no room running with that id
|
| public static const |
PlayerIOError type if the game you're connected to does not have a room type with the specified name
|
| public static const |
PlayerIOError type if the specified table does not exist.
|
| public static const |
PlayerIOError type if the user is unknown
|
| public static const |
PlayerIOError type if the method requested is not supported
|
| public static const |
PlayerIOError type if cannot access coins or items before vault has been loaded. Please refresh the vault first.
|
PlayerIOError.type
| public |
| type |
:playerio:PlayerIOError [read-only] |
|
The type of error the PlayerIOError object represent
PlayerIOError.AccessDenied
PlayerIOError type if access is denied
PlayerIOError.ArgumentOutOfRange
PlayerIOError type if the given argument value is outside the range of allowed values.
PlayerIOError.BigDBObjectDoesNotExist
PlayerIOError type if could not locate the database object.
PlayerIOError.BigDBObjectTooLarge
PlayerIOError type if the object exceeds the maximum allowed size for BigDB objects.
PlayerIOError.BuyingCoinsNotSupportedByProvider
PlayerIOError type if the specified PayVault provider does not support buying coins
PlayerIOError.CircularReference
PlayerIOError type if cannot create circular references inside database objects
PlayerIOError.DirectPurchaseNotSupportedByProvider
PlayerIOError type if the specified PayVault provider does not support direct purchase
PlayerIOError.ExternalError
PlayerIOError type if an error occurred while contacting an external service
PlayerIOError.GameDisabled
PlayerIOError type if the game has been disabled, most likely because of missing payment.
PlayerIOError.GameRequired
PlayerIOError type if a game is required to do this action
PlayerIOError.GeneralError
PlayerIOError type if a general error occured
PlayerIOError.HeartbeatFailed
PlayerIOError type if the server could not complete the heartbeat
PlayerIOError.InternalError
PlayerIOError type if an unexpected error occured inside the Player.IO webservice. Please try again.
PlayerIOError.InvalidAuth
PlayerIOError type if the auth given is invalid or malformatted
PlayerIOError.InvalidBigDBKey
PlayerIOError type if the key given for the BigDB object is not a valid BigDB key. BigDB keys must be between 1 and 50 word characters (no spaces).
PlayerIOError.InvalidGameCode
PlayerIOError type if the game code is invalid
PlayerIOError.InvalidIndexValue
PlayerIOError type if the value given for the index, does not match the expeceded type.
PlayerIOError.InvalidMessageFormat
PlayerIOError type if the message is malformatted
PlayerIOError.InvalidPassword
PlayerIOError type if the password supplied is incorrect
PlayerIOError.InvalidPayVaultProviderSetup
PlayerIOError type if the chosen provider is not configured correctly in the admin panel
PlayerIOError.InvalidPurchaseArguments
PlayerIOError type if the chosen provider rejected one or more of the purchase arguments
PlayerIOError.InvalidRegistrationData
PlayerIOError type if the supplied data is incorrect
PlayerIOError.ItemNotInVault
PlayerIOError type if the item does not exist in the vault.
PlayerIOError.KeyAlreadyUsed
PlayerIOError type if the key is in use by another database object
PlayerIOError.MissingRoomId
PlayerIOError type if you can't join the room when the RoomID is null or the empty string
PlayerIOError.MissingValue
PlayerIOError type if a value is missing
PlayerIOError.NoServersAvailable
PlayerIOError type if there is no server in any of the selected server clusters for the game that are eligible to start a new room in (they're all at full capacity or there are no servers in any of the clusters). Either change the selected clusters for your game in the admin panel, try again later or start some more servers for one of your clusters.
PlayerIOError.NotASearchColumn
PlayerIOError type if the key you specified is not set as searchable. You can change the searchable keys in the admin panel for the server type
PlayerIOError.NotEnoughCoins
PlayerIOError type if the user does not have enough coins in the PayVault to complete the purchase or debit.
PlayerIOError.NotObjectCreator
PlayerIOError type if the operation was aborted because the user attempting the operation was not the original creator of the object accessed.
PlayerIOError.QuickConnectMethodNotEnabled
PlayerIOError type if the QuickConnect method (simple, facebook, kongregate...) is not enabled for the game. You can enable the various methods in the admin panel for the game
PlayerIOError.RoomAlreadyExists
PlayerIOError type if you are unable to create room because there is already a room with the specified id
PlayerIOError.RoomDataTooLarge
PlayerIOError type if the room data for the room was over the allowed size limit
PlayerIOError.RoomIsFull
PlayerIOError type if the room already has the maxmium amount of users in it.
PlayerIOError.StaleVersion
PlayerIOError type if bigDB object could not be saved using optimistic locks as it's out of date.
PlayerIOError.UnknownConnection
PlayerIOError type if the connection requested is not known by the server
PlayerIOError.UnknownGame
PlayerIOError type if the game requested is not known by the server
PlayerIOError.UnknownIndex
PlayerIOError type if the specified index does not exist.
PlayerIOError.UnknownPartnerPayAction
PlayerIOError type if unable to locate the custom PartnerPay action with the given key
PlayerIOError.UnknownPayVaultProvider
PlayerIOError type if there is no PayVault provider with the specified id
PlayerIOError.UnknownRoom
PlayerIOError type if there is no room running with that id
PlayerIOError.UnknownRoomType
PlayerIOError type if the game you're connected to does not have a room type with the specified name
PlayerIOError.UnknownTable
PlayerIOError type if the specified table does not exist.
PlayerIOError.UnknownUser
PlayerIOError type if the user is unknown
PlayerIOError.UnsupportedMethod
PlayerIOError type if the method requested is not supported
PlayerIOError.VaultNotLoaded
PlayerIOError type if cannot access coins or items before vault has been loaded. Please refresh the vault first.