Ada
3.0.1
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
errors.h
Go to the documentation of this file.
1
5
#ifndef ADA_ERRORS_H
6
#define ADA_ERRORS_H
7
8
#include <cstdint>
9
namespace
ada
{
10
enum class
errors
: uint8_t {
type_error
};
11
}
// namespace ada
12
#endif
// ADA_ERRORS_H
ada
Definition
ada_idna.h:13
ada::errors
errors
Definition
errors.h:10
ada::errors::type_error
@ type_error
Definition
errors.h:10