Error codes returned when using rules
Synopsis
Declared in <boost/url/grammar/error.hpp>
enum class error : int;Members
| Name | Description | 
| 
 | More input is needed to match the rule | 
| 
 | The rule did not match the input. | 
| 
 | A rule reached the end of a range | 
| 
 | Leftover input remaining after match. | 
| 
 | A rule encountered unrecoverable invalid input. | 
| 
 | An integer overflowed during parsing. | 
| 
 | An unspecified syntax error was found. |