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
CmdBlock
in aCmdExecution
. - CmdExecution
Id - ID of a command execution.
- Input
Fetch Error - Error fetching
CmdBlock::InputT
fromresources
. - Item
Stream Outcome - How a
Flow
stream operation ended and IDs that were processed. - Stream
Outcome AndErrors CmdBlock
stream outcome and item wise errors.- Value
AndStream Outcome CmdBlock
outcome value on success, and itsStreamOutcome
if applicable.
Enums§
- CmdBlock
Outcome - Outcome of running
CmdBlock::exec
. - CmdExecution
Error - Error while executing a
CmdBlock
. - CmdOutcome
- Outcome of a
CmdExecution
.