Crate peace_cmd_model

Source
Expand description

Data types for commands for the Peace framework.

Currently contains types for better error messages.

Re-exports§

pub use fn_graph;
pub use indexmap;

Structs§

CmdBlockDesc
String representation of the CmdBlock in a CmdExecution.
CmdExecutionId
ID of a command execution.
InputFetchError
Error fetching CmdBlock::InputT from resources.
ItemStreamOutcome
How a Flow stream operation ended and IDs that were processed.
StreamOutcomeAndErrors
CmdBlock stream outcome and item wise errors.
ValueAndStreamOutcome
CmdBlock outcome value on success, and its StreamOutcome if applicable.

Enums§

CmdBlockOutcome
Outcome of running CmdBlock::exec.
CmdExecutionError
Error while executing a CmdBlock.
CmdOutcome
Outcome of a CmdExecution.