Package | com.lightstreamer.as_client.events |
Class | public class DataErrorEvent |
Inheritance | DataErrorEvent LSClientEvent flash.events.Event |
Dispatched whenever an update received from the Server could not be processed, because of an unexpected error in the data flow or a runtime exception.
In principle, Flex environment specific resource limits may be hit because of a very huge data flow.
This notification should never occur in a normal case. Since it occurs, the consistency of the update flow may be compromised.
After such notification is sent, the client may opt to close the session and to open a new one. Anyway any decision took during the handling of the event by custom code will take precedence.
See also
Property | Defined By | ||
---|---|---|---|
client : LSClient [read-only]
The LSClient which this event is related to. | LSClientEvent | ||
error : Error [read-only]
Runtime Error that originated this event
| DataErrorEvent |
Constant | Defined By | ||
---|---|---|---|
DATA_ERROR : String = dataError [static]
Define the value of the type property of a DataErrorEvent event object. | DataErrorEvent |