pub fn handle_fail( service: &str, status: u16, data: &Bytes, ) -> Result<(), Error>
从响应体中提取 message 字段,状态码 ≥400 时构造业务错误。
message