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
When using the ReaderClient it is kind of clunky to catch gets that are for non existent keys. For example this is the current matching that I have in place. As far as I can tell that "key not found" message is coming straight from boltdb.
When using the ReaderClient it is kind of clunky to catch gets that are for non existent keys. For example this is the current matching that I have in place. As far as I can tell that "key not found" message is coming straight from boltdb.
If they were promoted to one of the errors in https://github.com/aserto-dev/go-directory/blob/main/pkg/derr/errors.go or other well defined grpc status error that would be great!
The text was updated successfully, but these errors were encountered: