add exception classes for all bad status codes (#275)
This enables us to catch status codes directly like this: try: raise UaStatusCodeError(0x80010000) except BadUnexpectedError: # do something
Showing
This diff is collapsed.
opcua/compat.py
0 → 100644
schemas/generate_uaerrors.py
0 → 100644
tests/tests_uaerrors.py
0 → 100644
Please register or sign in to comment