-
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
Describe error handling in RPC responses #150
Milestone
Comments
I think any solution that would allow me to do |
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
…ilures Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
…e sections Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
…failures Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Oct 4, 2021
…lures Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 6, 2021
…e sections Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 6, 2021
…e sections Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 12, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 15, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 15, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api
that referenced
this issue
Nov 15, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider
pushed a commit
that referenced
this issue
Nov 16, 2021
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
Error message transfer and handling is an important part of distributed decentralized information system. Transport protocol implementations provide error handling mechanisms, however they differ from each other:
NeoFS API does not define transport layer. Therefore it is required to describe error handling on top of all transport implementations. To do that we should:
ResponseMetaHeader
.The text was updated successfully, but these errors were encountered: