Packagecom.lightstreamer.as_client.events
Classpublic class ServerErrorEvent
InheritanceServerErrorEvent Inheritance LSClientEvent Inheritance flash.events.Event

Dispatched whenever the Server returns an error in response of a stream/poll connection.



Public Properties
 PropertyDefined by
 Inheritedclient : 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
Property detail
errorCodeproperty
errorCode:int  [read-only]

The error code returned by the Server.

Implementation
    public function get errorCode():int
errorMessageproperty 
errorMessage:String  [read-only]

The error message describing the error.

Implementation
    public function get errorMessage():String
SERVER_ERRORproperty 
public static var SERVER_ERROR:String = "ServerError"

Define the value of the type property of a ControlError event object.