|
denigma 4.0.0
|
Result metadata returned after a conversion completes. More...
#include <conversion.h>
Public Member Functions | |
| std::span< const Diagnostic > | diagnostics () const noexcept |
| Returns the diagnostics collected during conversion. | |
| bool | hasError () const noexcept |
| Returns true when at least one diagnostic has severity Error. | |
| operator bool () const noexcept | |
| Returns true when the conversion completed without any error diagnostics. | |
| void | addDiagnostic (MessageSeverity severity, std::string message) |
| Adds a diagnostic and updates the error state if needed. | |
| void | addDiagnostic (Diagnostic diagnostic) |
| Adds a diagnostic and updates the error state if needed. | |
Result metadata returned after a conversion completes.