Replies: 2 comments 1 reply
-
|
https://reference.opcfoundation.org/v104/Core/docs/Part4/5.11.2/
you can also return a instance of "CallMethodResult": python-opcua/opcua/common/methods.py Line 72 in 1cca33d python-opcua/opcua/ua/uaprotocol_auto.py Line 8316 in 1cca33d |
Beta Was this translation helpful? Give feedback.
-
|
The main method is supposed to be to raise the UaError
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
can smb please explain me in what way is correct to represent Errors in OPCUA Methods. For Example:
I have two InputArguments x,y and in Server Method callback i want to divide them z = x/y and I want to raise opcua error in Client if InputArgument y=0 and Method Call should not be succeeded. Unfortunately, i didn't find a way to declare opcua erros in method callback....
Thanks in Advance!
Andrey
Beta Was this translation helpful? Give feedback.
All reactions