errors 0.6.3
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234567]
 Cnlohmann::adl_serializer< ::errors::error_ptr >
 Cnlohmann::adl_serializer< ::errors::source_location >
 Cerrors::detail::interfaceThis is the abstract class for all interface type. Disable copy and move operations
 Cerrors::errorInterface representing an error
 Cerrors::impl::base_errorA base error class
 Cerrors::impl::error_with_causeA base error class
 Cerrors::impl::wrap_errorAn error which wraps another error
 Cerrors::impl::error_without_causeA base error class
 Cerrors::impl::exception_errorAn error that has an exception
 Cerrors::impl::runtime_errorAn error that has a message
 Cerrors::impl::code_error< int >
 Cerrors::impl::system_errorAn error that has a system error code
 Cerrors::impl::code_error< Code >An error that has a code
 Cerrors::make< E >
 Cerrors::source_locationThe source location
 Cstd::unique_ptr
 Cerrors::error_ptrSmart pointer to errors::error with some utility member functions
 Cerrors::make< E >::with< Args >
 Cerrors::wrapA function like class to wrap an error