Lean  $LEAN_TAG$
QuantConnect.Messages.KeyErrorPythonExceptionInterpreter Class Reference

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

Static Public Member Functions

static string KeyNotFoundInCollection (string key)
 Returns a string message saying the given key does not exists in the collection and the exception that is thrown in this case. It also advises the user on how to prevent this exception More...
 

Detailed Description

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

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

Member Function Documentation

◆ KeyNotFoundInCollection()

static string QuantConnect.Messages.KeyErrorPythonExceptionInterpreter.KeyNotFoundInCollection ( string  key)
static

Returns a string message saying the given key does not exists in the collection and the exception that is thrown in this case. It also advises the user on how to prevent this exception

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

Here is the caller graph for this function:

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