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>
11
namespace
ada
{
17
enum class
errors
: uint8_t {
18
type_error
19
};
20
}
// namespace ada
21
#endif
// ADA_ERRORS_H
ada
Definition
ada_idna.h:13
ada::errors
errors
Error codes for URL parsing operations.
Definition
errors.h:17
ada::errors::type_error
@ type_error
Definition
errors.h:18