Skip to content

Commit c28a470

Browse files
committed
remove CoreError.additional_metadata — bad idea
Signed-off-by: Leo Valais <[email protected]>
1 parent 489c7be commit c28a470

File tree

1 file changed

+0
-4
lines changed
  • content/docs/reference/design-docs/editoast-errors

1 file changed

+0
-4
lines changed

content/docs/reference/design-docs/editoast-errors/_index.en.md

-4
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@ struct CoreError {
290290
metadata: HashMap<String, String>,
291291
/// The original error
292292
error: serde_json::Value,
293-
/// Additional context the caller of the failed Core RPC can provide
294-
///
295-
/// Note named "context" on purpose to avoid confusion with the `context` field of the standard OSRD error.
296-
additional_information: HashMap<String, serde_json::Value>,
297293
}
298294
```
299295

0 commit comments

Comments
 (0)