LMIExceptions.LMIClassNotFound(namespace, class_name)[source]¶Raised, when trying to access missing class in LMINamespace.
| Parameters: |
|
|---|
LMIExceptions.LMIDeletedObjectError[source]¶Raised, when there is an attempt to access properties on deleted
LMIInstance object.
LMIExceptions.LMIFilterError[source]¶Raised, when a filter error occurs, mostly when filter object is missing.
LMIExceptions.LMIHandlerNamePatternError[source]¶Raised when the pattern string does not contain minimum replaceable characters.
LMIExceptions.LMIIndicationError[source]¶Raised, if an error occurs while subscribing to/removing an indication.
LMIExceptions.LMIIndicationListenerError[source]¶Raised, if there is an error while starting/stopping indication listener.
LMIExceptions.LMIMethodCallError[source]¶Raised, when an error occurs within method call.
LMIExceptions.LMINamespaceNotFound(namespace, *args)[source]¶Raised, when trying to access not existing namespace from connection or namespace object.
| Parameters: |
|
|---|
LMIExceptions.LMINoPagerError[source]¶Raised, when there is no default pager like less or more.
LMIExceptions.LMISynchroMethodCallError[source]¶Raised, when an error occurs within synchronized method call.
LMIExceptions.LMISynchroMethodCallFilterError[source]¶Raised, when the LMIShell can not find necessary static filter for synchronous method call.