Enum nextest_metadata::NextestExitCode[][src]

pub enum NextestExitCode {}
Expand description

Documented exit codes for cargo nextest failures.

cargo nextest runs may fail for a variety of reasons. This structure documents the exit codes that may occur in case of expected failures.

Unknown/unexpected failures will always result in exit code 1.

Implementations

Running cargo metadata produced an error.

Building tests produced an error.

One or more tests failed.

A user issue happened while setting up a nextest invocation.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.