pub const ERROR_DETAIL_TRAILER: &str = "udb-error-detail-bin";
The metadata key the broker uses. The -bin suffix tells gRPC the value is raw bytes rather than ASCII, so tonic base64-decodes it for us.
-bin