()
| 115 | } |
| 116 | |
| 117 | func (err *TaskCalledTooManyTimesError) Code() int { |
| 118 | return CodeTaskCalledTooManyTimes |
| 119 | } |
| 120 | |
| 121 | // TaskCancelledByUserError is returned when the user does not accept an optional prompt to continue. |
| 122 | type TaskCancelledByUserError struct { |
nothing calls this directly
no outgoing calls
no test coverage detected