Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedTasksError ¶
type FailedTasksError struct {
TaskId []string
}
func (FailedTasksError) Error ¶
func (e FailedTasksError) Error() string
type TaskDidNotCompleteError ¶
type TaskDidNotCompleteError struct {
TaskId string
}
func (TaskDidNotCompleteError) Error ¶
func (e TaskDidNotCompleteError) Error() string
type TaskFailedError ¶
type TaskFailedError struct {
TaskId string
}
func (TaskFailedError) Error ¶
func (e TaskFailedError) Error() string
type TaskNotFound ¶ added in v0.1.86
type TaskNotFound struct {
TaskId string
}
func (TaskNotFound) Error ¶ added in v0.1.86
func (e TaskNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.