pub type Error = Error<Val>;
Error that can occur during filter execution.
struct Error(/* private fields */);