WebSocketError
QuantConnect.Brokerages.WebSocketError
WebSocketError(message: str, exception: Exception)
Bases: Object
Defines data returned from a web socket error
Initializes a new instance of the WebSocketError class
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
message
|
str
|
The message |
required |
exception
|
Exception
|
The error |
required |
message
message: str
Gets the message
exception
exception: Exception
Gets the exception raised