:relfileprefix: ../../../../ [#boost-urls-grammar-error-mismatch] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/grammar.adoc[pass:[grammar]]::xref:boost/urls/grammar/error.adoc[pass:[error]]::mismatch The rule did not match the input. == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- 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.