Packageplayerio
Classpublic class PlayerIORegistrationError
InheritancePlayerIORegistrationError Inheritance PlayerIOError Inheritance Error

Error object PlayerIO QuickConnect registration errors This class is auto generated



Public Properties
 PropertyDefined By
  captchaError : String
The error for the captcha field, if any
PlayerIORegistrationError
  emailError : String
The error for the email field, if any
PlayerIORegistrationError
  passwordError : String
The error for the password field, if any
PlayerIORegistrationError
 Inheritedtype : PlayerIOError
[read-only] The type of error the PlayerIOError object represent
PlayerIOError
  usernameError : String
The error for the username field, if any
PlayerIORegistrationError
Public Methods
 MethodDefined By
  
PlayerIORegistrationError(message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String)
Creates a PlayerIORegistrationError
PlayerIORegistrationError
Public Constants
 ConstantDefined By
 InheritedAccessDenied : PlayerIOError
[static] PlayerIOError type if access is denied
PlayerIOError
 InheritedArgumentOutOfRange : PlayerIOError
[static] PlayerIOError type if the given argument value is outside the range of allowed values.
PlayerIOError
 InheritedBigDBObjectDoesNotExist : PlayerIOError
[static] PlayerIOError type if could not locate the database object.
PlayerIOError
 InheritedBigDBObjectTooLarge : PlayerIOError
[static] PlayerIOError type if the object exceeds the maximum allowed size for BigDB objects.
PlayerIOError
 InheritedBuyingCoinsNotSupportedByProvider : PlayerIOError
[static] PlayerIOError type if the specified PayVault provider does not support buying coins
PlayerIOError
 InheritedCircularReference : PlayerIOError
[static] PlayerIOError type if cannot create circular references inside database objects
PlayerIOError
 InheritedDirectPurchaseNotSupportedByProvider : PlayerIOError
[static] PlayerIOError type if the specified PayVault provider does not support direct purchase
PlayerIOError
 InheritedExternalError : PlayerIOError
[static] PlayerIOError type if an error occurred while contacting an external service
PlayerIOError
 InheritedGameDisabled : PlayerIOError
[static] PlayerIOError type if the game has been disabled, most likely because of missing payment.
PlayerIOError
 InheritedGameRequired : PlayerIOError
[static] PlayerIOError type if a game is required to do this action
PlayerIOError
 InheritedGeneralError : PlayerIOError
[static] PlayerIOError type if a general error occured
PlayerIOError
 InheritedHeartbeatFailed : PlayerIOError
[static] PlayerIOError type if the server could not complete the heartbeat
PlayerIOError
 InheritedInternalError : PlayerIOError
[static] PlayerIOError type if an unexpected error occured inside the Player.IO webservice.
PlayerIOError
 InheritedInvalidAuth : PlayerIOError
[static] PlayerIOError type if the auth given is invalid or malformatted
PlayerIOError
 InheritedInvalidBigDBKey : PlayerIOError
[static] PlayerIOError type if the key given for the BigDB object is not a valid BigDB key.
PlayerIOError
 InheritedInvalidGameCode : PlayerIOError
[static] PlayerIOError type if the game code is invalid
PlayerIOError
 InheritedInvalidIndexValue : PlayerIOError
[static] PlayerIOError type if the value given for the index, does not match the expeceded type.
PlayerIOError
 InheritedInvalidMessageFormat : PlayerIOError
[static] PlayerIOError type if the message is malformatted
PlayerIOError
 InheritedInvalidPassword : PlayerIOError
[static] PlayerIOError type if the password supplied is incorrect
PlayerIOError
 InheritedInvalidPayVaultProviderSetup : PlayerIOError
[static] PlayerIOError type if the chosen provider is not configured correctly in the admin panel
PlayerIOError
 InheritedInvalidPurchaseArguments : PlayerIOError
[static] PlayerIOError type if the chosen provider rejected one or more of the purchase arguments
PlayerIOError
 InheritedInvalidRegistrationData : PlayerIOError
[static] PlayerIOError type if the supplied data is incorrect
PlayerIOError
 InheritedItemNotInVault : PlayerIOError
[static] PlayerIOError type if the item does not exist in the vault.
PlayerIOError
 InheritedKeyAlreadyUsed : PlayerIOError
[static] PlayerIOError type if the key is in use by another database object
PlayerIOError
 InheritedMissingRoomId : PlayerIOError
[static] PlayerIOError type if you can't join the room when the RoomID is null or the empty string
PlayerIOError
 InheritedMissingValue : PlayerIOError
[static] PlayerIOError type if a value is missing
PlayerIOError
 InheritedNoServersAvailable : PlayerIOError
[static] 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).
PlayerIOError
 InheritedNotASearchColumn : PlayerIOError
[static] PlayerIOError type if the key you specified is not set as searchable.
PlayerIOError
 InheritedNotEnoughCoins : PlayerIOError
[static] PlayerIOError type if the user does not have enough coins in the PayVault to complete the purchase or debit.
PlayerIOError
 InheritedNotObjectCreator : PlayerIOError
[static] PlayerIOError type if the operation was aborted because the user attempting the operation was not the original creator of the object accessed.
PlayerIOError
 InheritedQuickConnectMethodNotEnabled : PlayerIOError
[static] PlayerIOError type if the QuickConnect method (simple, facebook, kongregate...) is not enabled for the game.
PlayerIOError
 InheritedRoomAlreadyExists : PlayerIOError
[static] PlayerIOError type if you are unable to create room because there is already a room with the specified id
PlayerIOError
 InheritedRoomDataTooLarge : PlayerIOError
[static] PlayerIOError type if the room data for the room was over the allowed size limit
PlayerIOError
 InheritedRoomIsFull : PlayerIOError
[static] PlayerIOError type if the room already has the maxmium amount of users in it.
PlayerIOError
 InheritedStaleVersion : PlayerIOError
[static] PlayerIOError type if bigDB object could not be saved using optimistic locks as it's out of date.
PlayerIOError
 InheritedUnknownConnection : PlayerIOError
[static] PlayerIOError type if the connection requested is not known by the server
PlayerIOError
 InheritedUnknownGame : PlayerIOError
[static] PlayerIOError type if the game requested is not known by the server
PlayerIOError
 InheritedUnknownIndex : PlayerIOError
[static] PlayerIOError type if the specified index does not exist.
PlayerIOError
 InheritedUnknownPartnerPayAction : PlayerIOError
[static] PlayerIOError type if unable to locate the custom PartnerPay action with the given key
PlayerIOError
 InheritedUnknownPayVaultProvider : PlayerIOError
[static] PlayerIOError type if there is no PayVault provider with the specified id
PlayerIOError
 InheritedUnknownRoom : PlayerIOError
[static] PlayerIOError type if there is no room running with that id
PlayerIOError
 InheritedUnknownRoomType : PlayerIOError
[static] PlayerIOError type if the game you're connected to does not have a room type with the specified name
PlayerIOError
 InheritedUnknownTable : PlayerIOError
[static] PlayerIOError type if the specified table does not exist.
PlayerIOError
 InheritedUnknownUser : PlayerIOError
[static] PlayerIOError type if the user is unknown
PlayerIOError
 InheritedUnsupportedMethod : PlayerIOError
[static] PlayerIOError type if the method requested is not supported
PlayerIOError
 InheritedVaultNotLoaded : PlayerIOError
[static] PlayerIOError type if cannot access coins or items before vault has been loaded.
PlayerIOError
Property Detail
captchaErrorproperty
public var captchaError:String

The error for the captcha field, if any

emailErrorproperty 
public var emailError:String

The error for the email field, if any

passwordErrorproperty 
public var passwordError:String

The error for the password field, if any

usernameErrorproperty 
public var usernameError:String

The error for the username field, if any

Constructor Detail
PlayerIORegistrationError()Constructor
public function PlayerIORegistrationError(message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String)

Creates a PlayerIORegistrationError

Parameters
message:String
 
id:int
 
usernameError:String
 
passwordError:String
 
emailError:String
 
captchaError:String