doc: minor enhancements

This commit is contained in:
Joonas Koivunen
2024-07-17 12:06:47 +00:00
parent d4f30daa81
commit f9185b42a9
2 changed files with 3 additions and 1 deletions

View File

@@ -2858,7 +2858,7 @@ impl Service {
Error::ApiError(StatusCode::BAD_REQUEST, msg) => {
ApiError::BadRequest(anyhow::anyhow!("{node}: {msg}"))
}
// rest can be mapped
// rest can be mapped as usual
other => passthrough_api_error(&node, other),
}
})