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.
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.
std::uint64_t IdType
Type alias for a unique ErrorDomain identifier type.
constexpr core_type::ErrorDomain::IdType unique_identifier
Store the unique identifier of this domain.
BoostSupportErrorDomain boost_support_error_domain
Boost error domain.
auto ConvertErrorCodeToString(core_type::ErrorDomain::CodeType error_code) noexcept -> std::string
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.