![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Lightweight outcome for format parse / materialise calls. More...
#include <FormatTypes.hpp>
Public Attributes | |
| bool | ok = true |
| std::string | error |
Lightweight outcome for format parse / materialise calls.
ok == true means the operation succeeded. Otherwise error carries a human-readable diagnostic and the caller decides whether to surface it as a warning, throw, or abort.
| std::string openswmm::gpkg::formats::FormatResult::error |
| bool openswmm::gpkg::formats::FormatResult::ok = true |