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
As long as your attempt to talk to Riak is successful, IsSuccess will be true. Any attempt to talk to
Riak that doesn't fail through an inability to talk to talk to the server somehow (network connection
error, bad request, etc) is considered a success. Not finding a record is considered to be a success.
When I query for a bogus key, I get a RiakResult with result.IsSuccess == false and result.ResultCode == ResultCode.NotFound.
The documentation for Querying states:
When I query for a bogus key, I get a RiakResult with
result.IsSuccess == false
andresult.ResultCode == ResultCode.NotFound
.My usage of the client is very basic:
From the documentation I would expect
result.IsSuccess == true
.Is this a documentation problem, an issue with the client, or an issue on my end?
The text was updated successfully, but these errors were encountered: