userver: utils::ip::AddressSystemError Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::ip::AddressSystemError Class Referencefinal

Invalid network or address. More...

#include <userver/utils/ip.hpp>

+ Inheritance diagram for utils::ip::AddressSystemError:
+ Collaboration diagram for utils::ip::AddressSystemError:

Public Member Functions

 AddressSystemError (std::error_code code, std::string_view msg)
 
const std::error_code & Code () const
 Operating system error code.
 
const charwhat () const noexcept final
 

Detailed Description

Invalid network or address.

Definition at line 207 of file ip.hpp.

Constructor & Destructor Documentation

◆ AddressSystemError()

utils::ip::AddressSystemError::AddressSystemError ( std::error_code  code,
std::string_view  msg 
)
inline

Definition at line 209 of file ip.hpp.

Member Function Documentation

◆ Code()

const std::error_code & utils::ip::AddressSystemError::Code ( ) const
inline

Operating system error code.

Definition at line 213 of file ip.hpp.

◆ what()

const char * utils::ip::AddressSystemError::what ( ) const
inlinefinalnoexcept

Definition at line 215 of file ip.hpp.


The documentation for this class was generated from the following file: