5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

Consolidate error messages across middleware #265

Closed Artonus closed 4 months ago

Artonus commented 5 months ago

Now when we query middleware API, in case of the validation failure, we get a different scheme of the error message than when the validation is correct, but Middleware returns another error. Consolidate so it can return a list of errors, using Dictionary<string, string[]> for storing errors, also enable to specify TraceId from HTTP context.