icedb  version 0.5.1
Snow particle scattering database API
errorTypes.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "defs.h"
3 namespace icedb {
4  namespace error {
5  enum class error_types {
8  xAssert,
9  xBadInput,
24  xKeyExists,
29  xSingular,
39  xDLLerror,
40  xUpcast,
44  };
45  const char* stringify(error_types);
46  }
47 }
DL_ICEDB void stringify(error_code_t err, std::string &res)
Definition: error.cpp:307