Web Socket Exception
An exception representing a failure in a web socket connection.
Note that web socket failures can also be represented by different exceptions depending on the cause of the failure (for example, failures due to lack of server trust).
If the exception is due to the server closing the web socket connection and the server provided a reason string then that reason string will be given as the message of the exception.
The exception contains a code given by the web socket implementation. The meaning of the codes are explained on the ArcGIS website.
Since
200.2.0
Parameters
reason
string describing why the web socket connection failed