[][src]Type Definition cqrs_core::CommandError

type CommandError<A, C> = <C as AggregateCommand<A>>::Error;

The error produced when this command cannot be executed against an aggregate.