Packagecom.lightstreamer.as_client.errors
Classpublic class FieldError
InheritanceFieldError Inheritance Error

A FieldError exception is thrown when an invalid field is requested to a method.



Public Methods
 MethodDefined by
  
FieldError(field:String)
Create a new SubscriptionError object with a custom field name
FieldError
Constructor detail
FieldError()constructor
public function FieldError(field:String)

Create a new SubscriptionError object with a custom field name

Parameters
field:String — The name of the invalid field requested.