| Package | com.lightstreamer.as_client.events |
| Class | public class ControlErrorEvent |
| Inheritance | ControlErrorEvent 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.
| ControlErrorEvent | ||
| errorMessage : String [read-only]
The error message describing the error.
| ControlErrorEvent | ||
| isSendMessageResponse : Boolean [read-only]
true if the error message is related to a sendMessage request, false otherwise.
| ControlErrorEvent | ||
| item : * [read-only]
Only effective when the related table behaves in "MultiMetapush logic".
| ControlErrorEvent | ||
| key : String [read-only]
Only effective when the related table behaves in "MultiMetapush logic".
| ControlErrorEvent | ||
| tableReference : Table
[read-only]
The table which the error is related to, if any, null otherwise
| ControlErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTROL_ERROR : String = "controlError" [static]
Define the value of the type property of a ControlError event object.
| ControlErrorEvent | ||
| 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
| isSendMessageResponse | property |
isSendMessageResponse:Boolean [read-only]true if the error message is related to a sendMessage request, false otherwise.
Implementation public function get isSendMessageResponse():Boolean
| item | property |
item:* [read-only]Only effective when the related table behaves in "MultiMetapush logic". In this case, if the control error pertains to a second-level item, then this property is not null and contains the first-level item to which the second level item is related.
Implementation public function get item():*
| key | property |
key:String [read-only]
Only effective when the related table behaves in "MultiMetapush logic".
In this case, if the control error pertains to a
second-level item, then this property is not null and contains the key
on the first-level item to which the second level item is related.
Note that the item property still refers to the first-level item.
public function get key():String
| tableReference | property |
tableReference:Table [read-only]The table which the error is related to, if any, null otherwise
Implementation public function get tableReference():Table
| CONTROL_ERROR | constant |
public static const CONTROL_ERROR:String = "controlError"Define the value of the type property of a ControlError event object.