Definition of Doip Client Error domain.
const char * Message(CodeType error_code) noexcept override
Return a textual representation of the given error code.
const std::string domain_name_
Store the error domain name.
BoostSupportErrorDomain() noexcept
Default constructor.
const char * Name() const noexcept override
Return the name of this error domain.
Encapsulation of an error domain. An error domain is the controlling entity for ErrorCode’s error cod...
std::int32_t CodeType
Type alias for a domain-specific error code value.
std::uint8_t SupportDataType
Type alias type for vendor-specific supplementary data.
BoostSupportErrorErrc
Definition of error code in Doip Client.
auto MakeErrorCode(BoostSupportErrorDomain::Errc code, BoostSupportErrorDomain::SupportDataType data) noexcept -> core_type::ErrorCode
Create a new ErrorCode within DoipErrorDomain.