static public method LoginError.createCreates a new instance of the login error class
Declaration
protojavascriptjavacsharppublic static create(code : int, message : string) : LoginError
| Parameters | |
code |
The login error code |
message |
The login error message |
Returns
The method returns an instance of the LoginError class after setting its attributes code and message
See also: LoginError
Declared in LoginError