Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TraceErrors

Fully qualified path: starkware_utils::trace::errors::TraceErrors

pub enum TraceErrors {
    UNORDERED_INSERTION,
    EMPTY_TRACE,
    INDEX_OUT_OF_BOUNDS,
    PENULTIMATE_NOT_EXIST,
}

Variants

UNORDERED_INSERTION

Fully qualified path: starkware_utils::trace::errors::TraceErrors::UNORDERED_INSERTION

UNORDERED_INSERTION

EMPTY_TRACE

Fully qualified path: starkware_utils::trace::errors::TraceErrors::EMPTY_TRACE

EMPTY_TRACE

INDEX_OUT_OF_BOUNDS

Fully qualified path: starkware_utils::trace::errors::TraceErrors::INDEX_OUT_OF_BOUNDS

INDEX_OUT_OF_BOUNDS

PENULTIMATE_NOT_EXIST

Fully qualified path: starkware_utils::trace::errors::TraceErrors::PENULTIMATE_NOT_EXIST

PENULTIMATE_NOT_EXIST