I am using Armeria 1.3.0 and protobuf for a gRPC service. I've tried to use rich error model when handling exceptions but I think Armeria seems to only support standard error model.
How can I use rich error model in Armeria? I want to return custom error code/message and more details about error when exception occurred.
Thanks for your answer in advance.