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>
9namespace ada {
10enum class errors : uint8_t { type_error };
11} // namespace ada
12#endif // ADA_ERRORS_H
Definition ada_idna.h:13
errors
Definition errors.h:10
@ type_error
Definition errors.h:10