You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(fdt): Improve reporting of errors related to FDT setup
Change the doc comment (which also affects the implementation of
`std::fmt::Display`) for `ConfigurationError::SetupFDT` to include
the underlying `fdt::FtdError`.
This improves both the reporting of failures during FDT setup on the
logs, as well as the message in API server's corresponding HTTP
response.
Signed-off-by: Christos Katsakioris <[email protected]>
Signed-off-by: Filippos Tofalos <[email protected]>
0 commit comments