boost::urls::error
Error codes returned the library
Synopsis
Declared in <boost/url/error.hpp>
enum class error : int;
Members
Name |
Description |
|
The operation completed successfully. |
|
Null encountered in pct‐encoded. |
|
Illegal reserved character in encoded string. |
|
A grammar element was not in canonical form. |
|
Bad hexadecimal digit. |
|
The percent‐encoded sequence is incomplete. |
|
Missing hexadecimal digit. |
|
No space in output buffer |
|
The URL is not a base URL |
Created with MrDocs