boost::urls::grammar::error::mismatch

The rule did not match the input.

Synopsis

mismatch

Description

This error is returned when a rule fails to match the input. The error is recoverable; the caller may rewind the input pointer and attempt to parse again using a different rule.

Created with MrDocs