MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / MidenError

Enum MidenError

crates/papyrus/src/executor.rs:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15//Errors that are returned from the Miden processor during execution.
16#[derive(Debug)]
17pub enum MidenError {
18 AssemblyError(miden_assembly::AssemblyError),
19 ExecutionError(ExecutionError),
20}
21
22#[ignore]
23#[test]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected