Package | com.lightstreamer.as_client.errors |
Class | public class SubscriptionError |
Inheritance | SubscriptionError Error |
A SubscriptionError exception is thrown during subscription/unsubscription operations. It does not represents an error response of the Server but an error from the client's point of view.
Error responses on subscription requests coming from the Server are passed through the SubscriptionErrorEvent of the related table instance. Note that error responses on unsubscription requests coming from the Server are currently not possible.
See also
Method | Defined By | ||
---|---|---|---|
SubscriptionError(message:String)
Create a new SubscriptionError object with a custom message. | SubscriptionError |