| Package | playerio |
| Class | public class PlayerIORegistrationError |
| Inheritance | PlayerIORegistrationError PlayerIOError Error |
| Property | Defined 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 | ||
![]() | type : PlayerIOError [read-only]
The type of error the PlayerIOError object represent
| PlayerIOError | |
| usernameError : String
The error for the username field, if any
| PlayerIORegistrationError | ||
| Method | Defined By | ||
|---|---|---|---|
PlayerIORegistrationError(message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String)
Creates a PlayerIORegistrationError
| PlayerIORegistrationError | ||
| captchaError | property |
public var captchaError:StringThe error for the captcha field, if any
| emailError | property |
public var emailError:StringThe error for the email field, if any
| passwordError | property |
public var passwordError:StringThe error for the password field, if any
| usernameError | property |
public var usernameError:StringThe error for the username field, if any
| PlayerIORegistrationError | () | Constructor |
public function PlayerIORegistrationError(message:String, id:int, usernameError:String, passwordError:String, emailError:String, captchaError:String)Creates a PlayerIORegistrationError
Parametersmessage:String | |
id:int | |
usernameError:String | |
passwordError:String | |
emailError:String | |
captchaError:String |