| Package | com.lightstreamer.as_client.events |
| Class | public class ServerErrorEvent |
| Inheritance | ServerErrorEvent LSClientEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
![]() | client : LSClient
The LSClient which this event is related to.
| LSClientEvent | |
| errorCode : int [read-only]
The error code returned by the Server.
| ServerErrorEvent | ||
| errorMessage : String [read-only]
The error message describing the error.
| ServerErrorEvent | ||
| SERVER_ERROR : String = "ServerError" [static]
Define the value of the type property of a ControlError event object.
| ServerErrorEvent | ||
| errorCode | property |
errorCode:int [read-only]The error code returned by the Server.
Implementation public function get errorCode():int
| errorMessage | property |
errorMessage:String [read-only]The error message describing the error.
Implementation public function get errorMessage():String
| SERVER_ERROR | property |
public static var SERVER_ERROR:String = "ServerError"Define the value of the type property of a ControlError event object.