MySQL 8.4.1
Source Code Documentation
error_code.h File Reference
#include <system_error>

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< http::client::FailureCode >
 

Namespaces

namespace  http
 
namespace  http::client
 
namespace  std
 

Enumerations

enum class  http::client::FailureCode {
  http::client::kInvalidUrl = 1 , http::client::kInvalidScheme , http::client::kInvalidHostname , http::client::kResolveFailure ,
  http::client::kResolveHostNotFound , http::client::kConnectionFailure , http::client::kUnknowHttpMethod
}
 

Functions

std::error_code make_error_code (const http::client::FailureCode ec)
 

Function Documentation

◆ make_error_code()

std::error_code make_error_code ( const http::client::FailureCode  ec)