Ada 3.4.4
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
ada_warn_unused ada::result< result_type > parse(std::string_view input, const result_type *base_url=nullptr)