| Interface | Description |
|---|---|
| ErrorContext<A extends CommandActor> |
Represents the context in which the error has occurred.
|
| ErrorContext.ExecutingFunction<A extends CommandActor> |
Represents the context for an error that occurred during executing
a command function
|
| ErrorContext.ParsingLiteral<A extends CommandActor> |
Represents the context for an error that occurred during parsing
a literal node
|
| ErrorContext.ParsingParameter<A extends CommandActor> |
Represents the context for an error that occurred during parsing
a parameter node
|
| ErrorContext.UnknownCommand<A extends CommandActor> |
Represents the context for an error due to an unknown command.
|
| ErrorContext.UnknownParameter<A extends CommandActor> |
Represents the context for an error due to an unknown parameter.
|