Error.h#
Fully qualified name: carb/Error.h
In directory: carb
Source file: Error.h
Core components for error handling. These functions are the foundation for language-specific bindings and should not be used directly. See omni/Error.h
for user-friendly C++ interfaces.
Namespaces#
- carb
The main Carbonite namespace.
- carb::detail
Internal.
Structs#
- carb::ErrorApi
The low-level API for interacting with the Carbonite error handling system. At the core, this system maintains a thread-specific error code and optional error message.