You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect it to simply return null, since there is nothing 'exceptional' about a node not existing in such a case. Treating it this way leads to cases where lots of code will end up in catch blocks.
If this is the intended behavior then a note in the documentation might be appropriate.
The text was updated successfully, but these errors were encountered:
I think this behavior of the client need some investigation. Why does the client raise an exception? Maybe it is correct? The exception contain the message 101 no node.
I would expect it to simply return null, since there is nothing 'exceptional' about a node not existing in such a case. Treating it this way leads to cases where lots of code will end up in catch blocks.
If this is the intended behavior then a note in the documentation might be appropriate.
The text was updated successfully, but these errors were encountered: