Module testdrive::error[][src]

Expand description

Error handling.

Errors inside of the testdrive library are represented as an anyhow::Error. As the error bubbles up the stack, it may be upgraded to a PosError, which attaches source code position information. The position information tracked by a PosError uses a parser-specific representation that is not human-readable, so PosErrors are upgraded to Errors before they are returned externally.

Structs

An error produced when parsing or executing a testdrive script.

Functions