mbltml.mbltml.MBLTMLDeviceNotFoundError Class Reference

mbltml.mbltml.MBLTMLDeviceNotFoundError Class Reference#

mbltml: mbltml.mbltml.MBLTMLDeviceNotFoundError Class Reference
mbltml v1.4
mbltml — KR
mbltml.mbltml.MBLTMLDeviceNotFoundError Class Reference

Raised when the requested device cannot be located. More...

Inheritance diagram for mbltml.mbltml.MBLTMLDeviceNotFoundError:

Static Public Attributes

MBLTMLDriverNotFoundError MBLTML_DRIVER_NOT_FOUND ,
MBLTMLInvalidArgumentError MBLTML_INVALID_ARGUMENT ,
MBLTMLUninitializedError MBLTML_UNINITIALIZED ,
MBLTMLNotSupportedError MBLTML_NOT_SUPPORTED ,
MBLTMLInsufficientLengthError MBLTML_INSUFFICIENT_LENGTH ,
MBLTMLDeviceNotFoundError MBLTML_DEVICE_NOT_FOUND ,

Static Protected Attributes

 _code_to_class

Detailed Description

Raised when the requested device cannot be located.

Wraps MBLTML_DEVICE_NOT_FOUND.

Definition at line 482 of file mbltml.py.

Member Data Documentation

◆ _code_to_class

mbltml.mbltml.MBLTMLDeviceNotFoundError._code_to_class
staticprotected

Definition at line 491 of file mbltml.py.

◆ MBLTML_DRIVER_NOT_FOUND

MBLTMLDriverNotFoundError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_DRIVER_NOT_FOUND ,
static

Definition at line 492 of file mbltml.py.

◆ MBLTML_INVALID_ARGUMENT

MBLTMLInvalidArgumentError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_INVALID_ARGUMENT ,
static

Definition at line 493 of file mbltml.py.

◆ MBLTML_UNINITIALIZED

MBLTMLUninitializedError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_UNINITIALIZED ,
static

Definition at line 494 of file mbltml.py.

◆ MBLTML_NOT_SUPPORTED

MBLTMLNotSupportedError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_NOT_SUPPORTED ,
static

Definition at line 495 of file mbltml.py.

◆ MBLTML_INSUFFICIENT_LENGTH

MBLTMLInsufficientLengthError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_INSUFFICIENT_LENGTH ,
static

Definition at line 496 of file mbltml.py.

◆ MBLTML_DEVICE_NOT_FOUND

MBLTMLDeviceNotFoundError mbltml.mbltml.MBLTMLDeviceNotFoundError.MBLTML_DEVICE_NOT_FOUND ,
static

Definition at line 497 of file mbltml.py.


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