Enum tendermint_testgen::apalache::ApalacheRun[][src]

pub enum ApalacheRun {
    Counterexample(CommandRun),
    NoCounterexample(CommandRun),
    Deadlock(CommandRun),
    ModelError(CommandRun),
    Unknown(CommandRun),
    Timeout(CommandRun),
}

Variants

Counterexample(CommandRun)

Apalache has found a counterexample

NoCounterexample(CommandRun)

Apalache has not found a counterexample up to specified length bound

Deadlock(CommandRun)

Apalache has found a deadlock

ModelError(CommandRun)

Apalache model checking run failed (e.g. a parsing error)

Unknown(CommandRun)

Apalache returned an unknown error code

Timeout(CommandRun)

The tool has reached the specified timeout without producing an answer

Implementations

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.

Should always be Self

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.