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
We have a bit of a hacks in handleError after #11: split info error should be passed as a status code from FrostFS but returned as a generic error anyway.
Consider making changes in API and storage node to avoid having split info error in transport error layer.
Or consider making handleError function parsing only error type without working with any statuses, so it will be at least consistent.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a bit of a hacks in
handleError
after #11: split info error should be passed as a status code from FrostFS but returned as a generic error anyway.Consider making changes in API and storage node to avoid having split info error in transport error layer.
Or consider making
handleError
function parsing onlyerror
type without working with any statuses, so it will be at least consistent.The text was updated successfully, but these errors were encountered: