Hi, Working on server middleware internals and looking at error path options. Is there an exception subclass or something (C++) that can be thrown which is then parlayed into a gRPC-returned error (arrow::)Status, or is there another way to generate a client-facing gRPC failure from the server middleware's various callback function contexts?
Thanks! Paul