[][src]Type Definition cqrs::CommandError

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

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