Module nextest_runner::errors

source ·
Expand description

Errors produced by nextest.

Structs

An error that occurred while parsing the config.
An error that occurred while parsing config overrides.
The name of a test group is invalid (not a valid identifier).
An error that occurs while parsing a PartitionerBuilder input.
An error which indicates that a profile was requested but not known to nextest.
An error that occurred while setting up the signal handler.
Error returned while parsing a TestThreads value.
Represents an unknown archive format.
The host platform could not be determined.
An unknown test group was specified in the config.

Enums

An error that occurs while archiving data.
An error occurred while extracting a file.
An error occurred while reading a file.
An error occurred while constructing a CargoConfigs instance.
The kind of error that occurred while parsing a config.
An error occurred while configuring handles.
An error that occurs while parsing test list output.
The reason an invalid CLI config failed.
An identifier is invalid.
The kind of directory that failed to be read in PathMapper::new.
An error that occurs while parsing Rust build metadata from a summary.
An error occurred while showing test groups.
An error occurred determining the target runner
An error occurred while determining the cross-compiling target triple.
An error that occurs while building the test runner.
Error returned while parsing a ToolConfigFile value.
An error that occurs while performing a self-update.
An error occurred while parsing an UpdateVersion.
An error that occurs while writing an event.
An error that occurs while writing list output.

Functions

Returns the string provided by tool <tool>, if tool is Some.