# Constants
CreateTaskError represents an error that occurs when creating a new task.
CreateTimesheetError represents an error that occurs when creating a timesheet.
DeleteInvalidTaskError represents an error that occurs when an attempt is made to delete a task with an invalid (nonexistant) ID.
DeleteInvalidTimesheetError represents an error that occurs when an attempt is made to delete a timesheet with an invalid (nonexistant) ID.
DeleteTaskError represents an error that occurs when deleting a task.
EmptySynopsisTaskError represents an error that occurs when a task synopsis was expected but not found.
InvalidTaskDataError represents an error that occurs when a task is found to have invalid data.
ListTaskError represents an error that occurs when listing tasks.
ListTimesheetError represents an error that occurs when timesheets are listed.
LoadInvalidTaskError represents an error that occurs when an attempt is made to load a task with an invalid (nonexistant) ID.
LoadInvalidTimesheetError represents an error that occurs when an attempt is made to load a timesheet with an invalid (nonexistant) ID.
LoadTaskError represents an error that occurs when loading a task.
NoRunningTasksError represents an error that occurs when a running task was expected but not found.
OverwriteTaskByCreateError represents an error that occurs when a task is about to be overwritten by creating it again.
OverwriteTimesheetByCreateError represents an error that occurs when a timesheet is about to be overwritten by creating it again.
ScanNowIntoSQLNullTimeError describes an error that occurs when scanning time.Now() into a sql.NullTime object.
SearchTaskError represents an error that occurs when searching for tasks.
StopRunningTaskError represents an error that occurs when stopping the running task.
TimesheetWithoutTaskError represents an error that occurs when executing an operation on a timesheet that does not have a linked task.
UndeleteTaskError represents an error that occurs when undeleting a task.
UpdateDeletedTaskError represents an error that occurs when updating a deleted task.
UpdateEmptySynopsisTaskError represents an error that occurs when an attempt is made to update an existing task to have an empty synopsis.
UpdateInvalidTaskError represents an error that occurs when an attempt is made to update a task with an invalid (nonexistant) ID.
UpdateInvalidTimesheetError represents an error that occurs when an attempt is made to update a timesheet with an invalid (nonexistant) ID.
UpdateTaskError represents an error that occurs when updating a task.
# Structs
No description provided by the author
ErrInvalidTaskState represents an error that occurs when a task is in an invalid state.
ErrInvalidTimesheetState represents an error that occurs when an timesheet is in an invalid state.
ErrNoRunningTask represents an error that occurs when a running task was expected but not found.
ErrPidfileNotFound represents an error that occurs when a Process ID (PID) file cannot be found.
ErrScanNowIntoSQLNull represents an error that occurs when scanning time.Now() into a sql.NullTime object.
No description provided by the author
No description provided by the author