MCPcopy Create free account
hub / github.com/go-task/task / Code

Method Code

errors/errors_task.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (err *TaskCalledTooManyTimesError) Code() int {
118 return CodeTaskCalledTooManyTimes
119}
120
121// TaskCancelledByUserError is returned when the user does not accept an optional prompt to continue.
122type TaskCancelledByUserError struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected