We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OUT_OF_RANGE
Out-of-bounds status can appear in ObjectService.GetRange rpc. We can support analogue of OUT_OF_RANGE gRPC status code in NeoFS (see gRPC docs).
ObjectService.GetRange
But I don't think this status would be useful for NeoFS clients.
The text was updated successfully, but these errors were encountered:
[#208] status: Add OUT_OF_RANGE status in Object section
869fb64
Signed-off-by: Evgenii Stratonikov <[email protected]>
fyrchik
Successfully merging a pull request may close this issue.
Out-of-bounds status can appear in
ObjectService.GetRange
rpc. We can support analogue ofOUT_OF_RANGE
gRPC status code in NeoFS (see gRPC docs).But I don't think this status would be useful for NeoFS clients.
The text was updated successfully, but these errors were encountered: