A class that defines the domain of an ErrorCode to avoid code interferences.
Definition: error_domain.h:14
uint64_t IdType
Alias type of the domain ID.
Definition: error_domain.h:17
uint32_t CodeType
Alias type of the error code.
Definition: error_domain.h:19
Execution Management ErrorDomain.
Definition: exec_error_domain.h:31
const char * Name() const noexcept override
Get the domain's name.
Definition: exec_error_domain.cpp:13
const char * Message(core::ErrorDomain::CodeType errorCode) const noexcept override
Get error message of a specific error code.
Definition: exec_error_domain.cpp:18