Lean
$LEAN_TAG$
|
Algorithm runtime error packet from the lean engine. This is a managed error which stops the algorithm execution. More...
Public Member Functions | |
HandledErrorPacket () | |
Default constructor for JSON More... | |
HandledErrorPacket (string algorithmId, string message, string stacktrace="") | |
Create a new handled error packet More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
Packet (PacketType type) | |
Initialize the base class and setup the packet type. More... | |
Properties | |
string | Message [get, set] |
Runtime error message from the exception More... | |
string | AlgorithmId [get, set] |
Algorithm id which generated this runtime error More... | |
string | StackTrace [get, set] |
Error stack trace information string passed through from the Lean exception More... | |
Properties inherited from QuantConnect.Packets.Packet | |
PacketType | Type = PacketType.None [get, set] |
Packet type defined by a string enum More... | |
virtual string | Channel = "" [get, set] |
User unique specific channel endpoint to send the packets More... | |
Algorithm runtime error packet from the lean engine. This is a managed error which stops the algorithm execution.
Definition at line 23 of file HandledErrorPacket.cs.
QuantConnect.Packets.HandledErrorPacket.HandledErrorPacket | ( | ) |
Default constructor for JSON
Definition at line 43 of file HandledErrorPacket.cs.
QuantConnect.Packets.HandledErrorPacket.HandledErrorPacket | ( | string | algorithmId, |
string | message, | ||
string | stacktrace = "" |
||
) |
Create a new handled error packet
Definition at line 50 of file HandledErrorPacket.cs.
|
getset |
Runtime error message from the exception
Definition at line 28 of file HandledErrorPacket.cs.
|
getset |
Algorithm id which generated this runtime error
Definition at line 33 of file HandledErrorPacket.cs.
|
getset |
Error stack trace information string passed through from the Lean exception
Definition at line 38 of file HandledErrorPacket.cs.