MCPcopy Create free account
hub / github.com/coleifer/huey / error

Method error

huey/api.py:1179–1181  ·  view source on GitHub ↗
(self, task, *args, **kwargs)

Source from the content-addressed store, hash-verified

1177 return self
1178
1179 def error(self, task, *args, **kwargs):
1180 self.callback.error(task, *args, **kwargs)
1181 return self
1182
1183
1184class Result(object):

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected