MySQL 8.3.0
Source Code Documentation
mcf_error.h File Reference
#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< McfErrc >
 

Namespaces

namespace  std
 

Enumerations

enum class  McfErrc {
  kParseError = 1 , kUserNotFound = 2 , kPasswordNotMatched = 3 , kUnknownScheme = 4 ,
  kMetadataNotInitialized = 5
}
 

Functions

std::error_code HTTP_AUTH_BACKEND_LIB_EXPORT make_error_code (McfErrc)
 

Enumeration Type Documentation

◆ McfErrc

enum class McfErrc
strong
Enumerator
kParseError 
kUserNotFound 
kPasswordNotMatched 
kUnknownScheme 
kMetadataNotInitialized 

Function Documentation

◆ make_error_code()

std::error_code HTTP_AUTH_BACKEND_LIB_EXPORT make_error_code ( McfErrc  e)