MySQL 8.3.0
Source Code Documentation
destination_error.h File Reference
#include <system_error>
#include <vector>

Go to the source code of this file.

Classes

struct  std::is_error_code_enum< DestinationsErrc >
 

Namespaces

namespace  std
 

Enumerations

enum class  DestinationsErrc { kNotSet = 1 , kNoDestinations = 2 }
 

Functions

std::error_code make_error_code (DestinationsErrc)
 

Enumeration Type Documentation

◆ DestinationsErrc

enum class DestinationsErrc
strong
Enumerator
kNotSet 
kNoDestinations 

Function Documentation

◆ make_error_code()

std::error_code make_error_code ( DestinationsErrc  e)