Home | Libraries | People | FAQ | More |
Error codes returned the library.
Defined in header <boost/url/error.hpp>
enum error
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. This error condition is fatal. |
|
The percent-encoded sequence is incomplete. This error condition is fatal. |
|
Missing hexadecimal digit. This error condition is fatal. |
|
No space in output buffer. This error is returned when a provided output buffer was too small to hold the complete result of an algorithm. |
|
The URL is not a base URL. |
Convenience header <boost/url.hpp>