|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
Every failure the library reports is one of these. More...
#include <fcb/error.hpp>
Public Member Functions | |
| Error (ErrorCode code, const std::string &message) | |
| ErrorCode | code () const noexcept |
Every failure the library reports is one of these.
Derives from std::runtime_error so callers that only care that something went wrong can catch it without knowing about fcb at all.
|
inline |