core/exceptions library
Exceptions / Errors
- BoardConfigColumnsRequirementException
- Exception thrown when the board configuration is missing required columns.
- BoardConfigMandatoryFieldsException
- Exception thrown when column configuration is missing mandatory fields.
- ColumnLimitExceededException
- Exception thrown when attempting to add a task to a column that has reached its limit.
- ColumnOperationException
- Exception thrown when a column-related operation fails.
- InvalidHexColorFormatException
- Exception thrown when the hex color format is invalid. with a field field.
- KanbanBoardException
- Base exception for Kanban board-related errors.
- KanbanBoardMinimumColumnRequirementException
- Exception thrown when attempting to create a board with fewer than the minimum required columns.
- KanbanException
- Base class for all Kanban-related exceptions.
- OperationLimitedToDoneColumnException
- Exception thrown when an operation is attempted on a non-Done column that should only be performed on the Done column.
- TaskOperationException
- Exception thrown when a task-related operation fails.