| Package | com.lightstreamer.as_client.events |
| Class | public class SendMessageErrorEvent |
| Inheritance | SendMessageErrorEvent SendMessageEvent LSClientEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | client : LSClient [read-only]
The LSClient which this event is related to. | LSClientEvent | |
| errorCode : int [read-only]
The error code returned by the Server. | SendMessageErrorEvent | ||
| errorMessage : String [read-only]
The error message describing the error, as received from the Server. | SendMessageErrorEvent | ||
![]() | messageProg : uint [read-only]
A number representing the progressive number of the message within its sequence. | SendMessageEvent | |
![]() | originalMessage : * [read-only]
The original message sent to the server. | SendMessageEvent | |
| Constant | Defined By | ||
|---|---|---|---|
| SEND_MESSAGE_ERROR : String = sendMessageError [static]
Define the value of the type property of a SendMessageError event object. | SendMessageErrorEvent | ||
| errorCode | property |
errorCode:int [read-only] The error code returned by the Server. See the asynchronous Send Message outcome messages on the text protocol documentation for a reference on the error codes that can be issued in response to a sendMessage request. Note that code 39 is not used in this case.
public function get errorCode():int| errorMessage | property |
errorMessage:String [read-only] The error message describing the error, as received from the Server.
public function get errorMessage():String| SEND_MESSAGE_ERROR | Constant |
public static const SEND_MESSAGE_ERROR:String = sendMessageErrorDefine the value of the type property of a SendMessageError event object.