Ada 3.4.0
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
errors.h
Go to the documentation of this file.
1
7#ifndef ADA_ERRORS_H
8#define ADA_ERRORS_H
9
10#include <cstdint>
11namespace ada {
17enum class errors : uint8_t {
19};
20} // namespace ada
21#endif // ADA_ERRORS_H
Definition ada_idna.h:13
errors
Error codes for URL parsing operations.
Definition errors.h:17
@ type_error
Definition errors.h:18