Replies: 1 comment
-
I understand this is a difficult situation but I'm not sure embedded that kind of information into the exception message is the right move. Presumably you're the one logging this information, so perhaps you should add that information to your log message. Using something like a Mapped Diagnostics Context with your logging library of choice might be the right move, you can set keys like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently experiencing the issue that a test is failing with the following exception:
This seems to be caused by the client while reading either a Variable or Calling a method. I am certain the error is on my end and that it will be resolved quickly.
However this will probably not be the last time I face this issue, since it is a common occurence when adding new features. Is it possible to add the server endpoint and the requested NodeId to the Exception?
I was thinking of something along the lines of:
Please bear in mind this solution is just a suggestion I came up right now to show what I would consider important to add.
I am not an expert in opcua and would appreciate your view on this matter. Hopefully a feature like this would not cause any incompabilities with the opcua standard or security vulnerabilities.
Any feedback would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions