FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
error.hpp File Reference
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  fcb::Error
 Every failure the library reports is one of these. More...
 

Namespaces

namespace  fcb
 

Enumerations

enum class  fcb::ErrorCode {
  fcb::MissingMagicBytes , fcb::IllegalHeaderSize , fcb::InvalidFlatbuffer , fcb::NoIndex ,
  fcb::AttributeIndexNotFound , fcb::NoColumnsInHeader , fcb::MissingRequiredField , fcb::UnsupportedColumnType ,
  fcb::InvalidAttributeValue , fcb::QueryExecutionError , fcb::IoError , fcb::HttpError ,
  fcb::JsonError
}
 Error categories, mirroring fcb_core::error::Error (src/rust/fcb_core/src/error.rs) so the two implementations report the same failures under the same names. More...