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
No description provided.
The text was updated successfully, but these errors were encountered:
Closing this issue as this seems to be the correct behaviour as per the gRPC specification.
Minder uses the following library call to translate the gRPC code to HTTP - https://github.com/grpc-ecosystem/grpc-gateway/blob/main/runtime/errors.go#L36
We can see that FailedPrecondition is explicitly translated to BadRequest. The reasoning behind this is described in grpc-ecosystem/grpc-gateway#972.
FailedPrecondition
BadRequest
cc: @kantord @peppescg
Sorry, something went wrong.
rdimitrov
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: