# Functions
ErrFluxParseError is returned when an error is thrown by Flux.Parse in the task executor.
ErrQueryError is returned when an error is thrown by Query service in the task executor.
ErrResultIteratorError is returned when an error is thrown by exhaustResultIterators in the executor.
ErrTaskTimeParse an error for time parsing errors.
ErrUnexpectedTaskBucketErr a generic error we can use when we rail to retrieve a bucket.
ParseRequestStillQueuedError attempts to parse a RequestStillQueuedError from msg.
# Variables
ErrInvalidOwnerID is called when trying to create a task with out a valid ownerID.
ErrInvalidTaskID error object for bad id's.
ErrNoRunsFound is returned when searching for a range of runs, but none are found.
ErrOutOfBoundsLimit is returned with FindRuns is called with an invalid filter limit.
ErrPageSizeTooLarge indicates the page size is too large.
ErrRunCanceled is returned from the RunResult when a Run is Canceled.
ErrRunNotFound is returned when searching for a single run that doesn't exist.
ErrTaskAlreadyClaimed is returned when attempting to operate against a task that must not be claimed but is.
ErrTaskNotClaimed is returned when attempting to operate against a task that must be claimed but is not.
ErrTaskNotFound indicates no task could be found for given parameters.
TaskSystemType is the type set in tasks' for all crud requests.
# Structs
Log represents a link to a log resource.
LogFilter represents a set of filters that restrict the returned log results.
RequestStillQueuedError is returned when attempting to retry a run which has not yet completed.
Run is a record createId when a run of a task is scheduled.
RunFilter represents a set of filters that restrict the returned results.
Task is a task.
TaskCreate is the set of values to create a task.
TaskFilter represents a set of filters that restrict the returned results.
TaskUpdate represents updates to a task.