Module regex_chunker::err

source ·
Expand description

Error types returned by the various chunkers.

Enums

  • Wraps various types of errors that can happen in the internals of a Chunker. The way Chunkers respond to and report these errors can be controlled through builder-pattern methods that take the ErrorResponse and Utf8FailureMode types.