ActionScript3 Reference
Class PlayerIORegistrationError
Namespace: playerio
Language: ActionScript 3
Error object PlayerIO QuickConnect registration errors This class is auto generated
Properties | |||
---|---|---|---|
public |
The error for the captcha field, if any |
||
public |
The error for the email field, if any |
||
public |
The error for the password field, if any |
||
public |
The error for the username field, if any |
||
Methods | |||
public |
Creates a PlayerIORegistrationError |
PlayerIORegistrationError.captchaError
public |
|
The error for the captcha field, if any
PlayerIORegistrationError.emailError
public |
|
The error for the email field, if any
PlayerIORegistrationError.passwordError
public |
|
The error for the password field, if any
PlayerIORegistrationError.usernameError
public |
|
The error for the username field, if any
PlayerIORegistrationError.PlayerIORegistrationError
public |
|
Creates a PlayerIORegistrationError
Arguments
message:String | |
id:int | |
usernameError:String | |
passwordError:String | |
emailError:String | |
captchaError:String | |