Diag-Client-Lib
Classes | Namespaces | Enumerations | Functions
boost_support_error_domain.h File Reference
#include <string>
#include "core/include/error_code.h"
#include "core/include/error_domain.h"
Include dependency graph for boost_support_error_domain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boost_support::error_domain::BoostSupportErrorDomain
 Definition of Doip Client Error domain. More...
 

Namespaces

 boost_support
 
 boost_support::error_domain
 

Enumerations

enum class  boost_support::error_domain::BoostSupportErrorErrc : core_type::ErrorDomain::CodeType { boost_support::error_domain::kInitializationFailed = 0U , boost_support::error_domain::kDeInitializationFailed = 1U , boost_support::error_domain::kSocketError = 2U , boost_support::error_domain::kGenericError = 3U }
 Definition of error code in Doip Client. More...
 

Functions

auto boost_support::error_domain::MakeErrorCode (BoostSupportErrorDomain::Errc code, BoostSupportErrorDomain::SupportDataType data) noexcept -> core_type::ErrorCode
 Create a new ErrorCode within DoipErrorDomain. More...
 
auto boost_support::error_domain::MakeErrorCode (BoostSupportErrorErrc code) noexcept -> core_type::ErrorCode
 Create a new ErrorCode within DoipErrorDomain. More...