[][src]Module cqrs_todo_core::error

Error types for the domain and aggregate.

Structs

InvalidDescription

The provided description is invalid.

InvalidReminderTime

The provided reminder time is invalid.

Enums

CommandError

The command failed due to being in a state where the event could not be applied.