Lean  $LEAN_TAG$
QuantConnect.Messages.UnsupportedOperandPythonExceptionInterpreter Class Reference

Provides user-facing messages for the Exceptions.UnsupportedOperandPythonExceptionInterpreter class and its consumers or related classes More...

Static Public Member Functions

static string InvalidObjectTypesForOperation (string types)
 Returns a message for invalid object types for operation More...
 

Static Public Attributes

static string UnsupportedOperandTypeExpectedSubstring = "unsupported operand type"
 Unsupported Operand Type Expected substring More...
 

Detailed Description

Provides user-facing messages for the Exceptions.UnsupportedOperandPythonExceptionInterpreter class and its consumers or related classes

Definition at line 149 of file Messages.Exceptions.cs.

Member Function Documentation

◆ InvalidObjectTypesForOperation()

static string QuantConnect.Messages.UnsupportedOperandPythonExceptionInterpreter.InvalidObjectTypesForOperation ( string  types)
static

Returns a message for invalid object types for operation

Definition at line 160 of file Messages.Exceptions.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ UnsupportedOperandTypeExpectedSubstring

string QuantConnect.Messages.UnsupportedOperandPythonExceptionInterpreter.UnsupportedOperandTypeExpectedSubstring = "unsupported operand type"
static

Unsupported Operand Type Expected substring

Definition at line 154 of file Messages.Exceptions.cs.


The documentation for this class was generated from the following file: