Provides user-facing common messages for the Python.BasePythonWrapper<TInterface> class
More...
|
static string | InvalidDictionaryValueType (string pythonMethodName, Type expectedType, PyType actualPyType) |
|
static string | InvalidDictionaryKeyType (string pythonMethodName, Type expectedType, PyType actualPyType) |
|
static string | InvalidReturnTypeForMethodWithOutParameters (string pythonMethodName, PyType pyValueType) |
|
static string | InvalidReturnTypeTupleSizeForMethodWithOutParameters (string pythonMethodName, long expectedSize, long actualSize) |
|
static string | InvalidOutParameterType (string pythonMethodName, int index, Type expectedType, PyType actualPyType) |
|
static string | InvalidReturnType (string pythonName, Type expectedType, PyType actualPyType, bool isMethod=true) |
|
static string | InvalidIterable (string pythonMethodName, Type expectedType, PyType actualPyType) |
|
static string | InvalidMethodIterableItemType (string pythonMethodName, Type expectedType, PyType actualPyType) |
|
Provides user-facing common messages for the Python.BasePythonWrapper<TInterface> class
Definition at line 191 of file Messages.Python.cs.
The documentation for this class was generated from the following file: