Lean  $LEAN_TAG$
QuantConnect.Messages.NoMethodMatchPythonExceptionInterpreter Class Reference

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

Static Public Member Functions

static string AttemptedToAccessMethodThatDoesNotExist (string methodName)
 Returns a string message saying the given method does not exists. It also contains the exception thrown is this case and an advice on how to prevent it More...
 

Static Public Attributes

static string NoMethodMatchExpectedSubstring = "No method match"
 String message saying: No method match More...
 

Detailed Description

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

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

Member Function Documentation

◆ AttemptedToAccessMethodThatDoesNotExist()

static string QuantConnect.Messages.NoMethodMatchPythonExceptionInterpreter.AttemptedToAccessMethodThatDoesNotExist ( string  methodName)
static

Returns a string message saying the given method does not exists. It also contains the exception thrown is this case and an advice on how to prevent it

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

Here is the caller graph for this function:

Member Data Documentation

◆ NoMethodMatchExpectedSubstring

string QuantConnect.Messages.NoMethodMatchPythonExceptionInterpreter.NoMethodMatchExpectedSubstring = "No method match"
static

String message saying: No method match

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


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