fix incorrect status code returned when a path is not found
Currently GetTreeEntries
returns an error status InvalidArgument
when a path is not found.
When a path is not found, there is no data corruption, so InvalidArgument
is a mis-leading error code.
NotFound
would likely be a better fit for this error.
Closes #5580 (closed)
Edited by Eric Ju