PlayerIO

The fastest way to build online games without breaking a sweat.

ActionScript3 Reference

actionscript 3 PlayerIORegistrationError class informationClass PlayerIORegistrationError

Namespace: playerio
Language: ActionScript 3

Error object PlayerIO QuickConnect registration errors This class is auto generated

Properties

 
public
captchaError :String

The error for the captcha field, if any

public
emailError :String

The error for the email field, if any

public
passwordError :String

The error for the password field, if any

public
usernameError :String

The error for the username field, if any

Methods

 
public
PlayerIORegistrationError (message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String):void

Creates a PlayerIORegistrationError

PlayerIORegistrationError.captchaError

public
captchaError :String

The error for the captcha field, if any

PlayerIORegistrationError.emailError

public
emailError :String

The error for the email field, if any

PlayerIORegistrationError.passwordError

public
passwordError :String

The error for the password field, if any

PlayerIORegistrationError.usernameError

public
usernameError :String

The error for the username field, if any

PlayerIORegistrationError.PlayerIORegistrationError

public
PlayerIORegistrationError (message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String):void

Creates a PlayerIORegistrationError

Arguments

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