MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / UaError

Class UaError

opcua/ua/uaerrors/_base.py:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 return SubClass
22
23class UaError(RuntimeError):
24 pass
25
26
27class UaStatusCodeError(with_metaclass(_AutoRegister, UaError)):

Callers 15

require_cryptographyFunction · 0.90
encrypt_asymmetricFunction · 0.90
unpack_uatypeFunction · 0.90
to_binaryFunction · 0.90
nodeid_to_binaryFunction · 0.90
nodeid_from_binaryFunction · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
_validateMethod · 0.90
_guess_typeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected