exception documentation

Is raised by user code when something goes wrong.

Use this exception instead of the build-in RuntimeError.

Method __init__ Construct a new PyUaAdapterError with the given error message and error code.
Instance Variable error_code Undocumented
Instance Variable msg Undocumented
def __init__(self, msg: str, error_code: str = ''):

Construct a new PyUaAdapterError with the given error message and error code.

error_code =

Undocumented

msg =

Undocumented