MySQL 8.3.0
Source Code Documentation
http_auth_error.h File Reference
#include <string>
#include <system_error>
#include "mysqlrouter/http_auth_backend_lib_export.h"

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< HttpAuthErrc >
 

Namespaces

namespace  std
 

Enumerations

enum class  HttpAuthErrc { kBackendNotFound = 1 , kRealmNotFound = 2 , kAuthorizationNotSupported = 3 }
 

Functions

std::error_code HTTP_AUTH_BACKEND_LIB_EXPORT make_error_code (HttpAuthErrc)
 

Enumeration Type Documentation

◆ HttpAuthErrc

enum class HttpAuthErrc
strong
Enumerator
kBackendNotFound 
kRealmNotFound 
kAuthorizationNotSupported 

Function Documentation

◆ make_error_code()

std::error_code HTTP_AUTH_BACKEND_LIB_EXPORT make_error_code ( HttpAuthErrc  e)