Git Product home page Git Product logo

Comments (11)

johanbrandhorst avatar johanbrandhorst commented on May 16, 2024 1

It's possible to customize error returns already. Changing the error return structure at this point would break many users. For 2.0 (if that ever comes around) we want to have a serious look at the error returns again. See https://grpc-ecosystem.github.io/grpc-gateway/docs/customizingyourgateway.html.

from grpc-gateway.

pgracio avatar pgracio commented on May 16, 2024

+1

from grpc-gateway.

johansja avatar johansja commented on May 16, 2024

+1

from grpc-gateway.

yugui avatar yugui commented on May 16, 2024

I don't think it is better to lose error code in the message.
So I still slightly prefer err.Error(). Why do you think grpc.ErrorDesc(err) is better?

from grpc-gateway.

johansja avatar johansja commented on May 16, 2024

Maybe it is OK to lose error code in the message and make it cleaner. GRPC error code is translated into HTTP status code anyway in the next few line - https://github.com/gengo/grpc-gateway/blob/master/runtime/errors.go#L88 .

from grpc-gateway.

floridoo avatar floridoo commented on May 16, 2024

How about this then:

{
  "error": "Unauthenticated",
  "code": 16
}

from grpc-gateway.

yugui avatar yugui commented on May 16, 2024

@floridoo It is not too bad. But I still don't understand what's wrong in the current format of the message.

from grpc-gateway.

dmitshur avatar dmitshur commented on May 16, 2024

If I understand correctly, what people don't like is that the strings rpc error: code = and desc = are there in every single error message. They're not the actual content, so including them in the output is potentially pointless, it could be considered noise.

I don't feel very strongly about this either way.

from grpc-gateway.

kazegusuri avatar kazegusuri commented on May 16, 2024

I prefer structured log than combined log because we can take what we want from logs easily.
So +1 to separate to error and code.

from grpc-gateway.

yugui avatar yugui commented on May 16, 2024

OK. I will accept it if you give me a pull request with the style:

{
  "error": "Unauthenticated",
  "code": 16
}

from grpc-gateway.

dadgar avatar dadgar commented on May 16, 2024

Bumping this issue. Is there any way to get the string representation of the code? If exposed to public users, the code doesn't really provide much value. They would have to know to look it up in the codes proto file. Google Cloud for example returns both which is nice. https://cloud.google.com/apis/design/errors#http_mapping

from grpc-gateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.