()
| 68 | } |
| 69 | |
| 70 | func (err *TaskInternalError) Code() int { |
| 71 | return CodeTaskInternal |
| 72 | } |
| 73 | |
| 74 | // TaskNameConflictError is returned when multiple tasks with a matching name or |
| 75 | // alias are found. |
nothing calls this directly
no outgoing calls
no test coverage detected