temp: planning

This commit is contained in:
Joonas Koivunen
2024-07-17 12:06:55 +00:00
parent f398ab0264
commit 2e58ccee78
3 changed files with 25 additions and 0 deletions

View File

@@ -2859,6 +2859,7 @@ impl Service {
ApiError::BadRequest(anyhow::anyhow!("{node}: {msg}"))
}
// rest can be mapped as usual
// FIXME: this converts some 500 to 409 which is not per openapi
other => passthrough_api_error(&node, other),
}
})