|
iceoryx2
C++ Language Bindings
|
Contains all required information about the error. Can be extended as needed without breaking the interface. More...
#include <error_handler_interface.hpp>
Public Member Functions | |
| constexpr | ErrorDescriptor (const bb::detail::SourceLocation &location, const ErrorCode &code, const ModuleId &module=ModuleId()) |
Public Attributes | |
| bb::detail::SourceLocation | location |
| ErrorCode | code |
Contains all required information about the error. Can be extended as needed without breaking the interface.
Definition at line 28 of file error_handler_interface.hpp.
|
inlineconstexpr |
Definition at line 29 of file error_handler_interface.hpp.
| ErrorCode iox2::legacy::er::ErrorDescriptor::code |
Definition at line 38 of file error_handler_interface.hpp.
| bb::detail::SourceLocation iox2::legacy::er::ErrorDescriptor::location |
Definition at line 37 of file error_handler_interface.hpp.