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
apistatus.Error
any non-zero status sent by the server must be apistatus.Error. But currently https://pkg.go.dev/github.com/nspcc-dev/neofs-sdk-go/client/status#UnrecognizedStatusV2 is not. I find this incorrect
maybe
func TestUnrecognizedStatus(t *testing.T) { require.ErrorIs(t, apistatus.ErrUnrecognizedStatusV2, apistatus.Error) }
FAIL
PASS
make it work
Client testing
Client
no, it is so from the apistatus.Error appearance fc0bd12. Mb @smallhive will remind why
335d9fe90f24494944c2888ef385f06f5f81dcfc
The text was updated successfully, but these errors were encountered:
I don't think there is any real reason for that, just an omission.
Sorry, something went wrong.
No branches or pull requests
any non-zero status sent by the server must be
apistatus.Error
. But currently https://pkg.go.dev/github.com/nspcc-dev/neofs-sdk-go/client/status#UnrecognizedStatusV2 is not. I find this incorrectmaybe
Steps to Reproduce
Current Behavior
FAIL
Expected Behavior
PASS
Possible Solution
make it work
Context
Client
testingRegression
no, it is so from the
apistatus.Error
appearance fc0bd12. Mb @smallhive will remind whyYour Environment
335d9fe90f24494944c2888ef385f06f5f81dcfc
The text was updated successfully, but these errors were encountered: