boost::urls::grammar::error::invalid

A rule encountered unrecoverable invalid input.

Synopsis

Declared in header <boost/url/grammar/error.hpp>

invalid

Description

This error is returned when input is matching but one of the requirements is violated. For example if a percent escape is found, but one or both characters that follow are not valid hexadecimal digits. This is usually an unrecoverable error.