MatchImpl.error

If **not null**, the match failed with this message. Empty, but non-null, strings also count as successful matches. Use the Match directly as a boolean to see.

struct MatchImpl(Input, alias supply, Ts...)
string error;

Meta