|
Upa URL C++ library
A WHATWG URL Standard implementation
|
URL exception class. More...
#include <upa/url_result.h>
Public Member Functions | |
| url_error (validation_errc res, const char *what_arg) | |
| validation_errc | result () const noexcept |
URL exception class.
Definition at line 103 of file url_result.h.
|
inlineexplicit |
constructs a new url_error object with the given result code and error message
| [in] | res | validation error code |
| [in] | what_arg | error message |
Definition at line 109 of file url_result.h.
|
inlinenodiscardnoexcept |
Definition at line 115 of file url_result.h.