pub fn json_internal_server_error(message: impl Into<String>) -> ErrorExpand description
Preserve an existing actix_web::Result signature while ensuring the
framework error is rendered with bamboo’s canonical JSON envelope instead
of Actix’s default text/plain convenience-error body.