MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / error_code

Enum error_code

extern/boost/boost/test/execution_monitor.hpp:261–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 /// @note(2) These errors include Unix signals and Windows structured
260 /// exceptions. They are often initiated by hardware traps.
261 enum error_code {
262 no_error = 0, ///< for completeness only; never returned
263 user_error = 200, ///< user reported non-fatal error
264 cpp_exception_error = 205, ///< see note (1) above
265 system_error = 210, ///< see note (2) above
266 timeout_error = 215, ///< only detectable on certain platforms
267 user_fatal_error = 220, ///< user reported fatal error
268 system_fatal_error = 225 ///< see note (2) above
269 };
270
271 /// Simple model for the location of failure in a source code
272 struct BOOST_TEST_DECL location {

Callers 4

thread_exceptionFunction · 0.50
exceptions.hppFile · 0.50
condition_errorFunction · 0.50
make_error_codeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected