![]() |
nsbaci 1.0
|
UI-ready error representation for display in dialogs. More...
#include <uiError.h>
Static Public Member Functions | |
| static std::vector< UIError > | fromBackendErrors (const std::vector< Error > &errors) |
| Converts backend errors to UI-ready errors. | |
Public Attributes | |
| QString | title |
| QString | body |
| nsbaci::types::ErrSeverity | severity |
UI-ready error representation for display in dialogs.
Contains all the information needed to render an error dialog: title, body text, and severity (which maps to an icon).