-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Status code for not found #190
Comments
Also |
cthulhu-rider
pushed a commit
that referenced
this issue
Feb 21, 2022
`OBJECT_` prefix is needed because of possible conflicts with other `NOT_FOUND` codes declared in the same file. Signed-off-by: Evgenii Stratonikov <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Feb 21, 2022
Signed-off-by: Evgenii Stratonikov <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Feb 21, 2022
Add `OBJECT_ALREADY_REMOVED` value to `Object` enumeration. Return this status from object GET/HEAD/RANGE operations. Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Feb 22, 2022
Add `OBJECT_ALREADY_REMOVED` value to `Object` enumeration. Return this status from object GET/HEAD/RANGE operations. Signed-off-by: Leonard Lyubich <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have status code for
not found
container and object errors as well as for #189.The text was updated successfully, but these errors were encountered: