MCPcopy Create free account
hub / github.com/pyinvoke/invoke / ResponseNotAccepted

Class ResponseNotAccepted

invoke/exceptions.py:401–411  ·  view source on GitHub ↗

A responder/watcher class noticed a 'bad' response to its submission. Mostly used by `.FailingResponder` and subclasses, e.g. "oh dear I autosubmitted a sudo password and it was incorrect." .. versionadded:: 1.0

Source from the content-addressed store, hash-verified

399
400
401class ResponseNotAccepted(WatcherError):
402 """
403 A responder/watcher class noticed a 'bad' response to its submission.
404
405 Mostly used by `.FailingResponder` and subclasses, e.g. "oh dear I
406 autosubmitted a sudo password and it was incorrect."
407
408 .. versionadded:: 1.0
409 """
410
411 pass
412
413
414class SubprocessPipeError(Exception):

Callers 1

submitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…