Expand description
Data types for commands for the Peace framework.
Currently contains types for better error messages.
Re-exports§
Structs§
- CmdBlock
Desc - String representation of the
CmdBlockin aCmdExecution. - CmdExecution
Id - ID of a command execution.
- Input
Fetch Error - Error fetching
CmdBlock::InputTfromresources. - Item
Stream Outcome - How a
Flowstream operation ended and IDs that were processed. - Stream
Outcome AndErrors CmdBlockstream outcome and item wise errors.- Value
AndStream Outcome CmdBlockoutcome value on success, and itsStreamOutcomeif applicable.
Enums§
- CmdBlock
Outcome - Outcome of running
CmdBlock::exec. - CmdExecution
Error - Error while executing a
CmdBlock. - CmdOutcome
- Outcome of a
CmdExecution.