static public method LoginError.create

Brief

Creates a new instance of the login error class

Declaration

protojavascriptjavacsharp
public 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

Details

See also: LoginError

Declared in LoginError

back