class
Croupier::UnknownInputsError
- Croupier::UnknownInputsError
- Exception
- Reference
- Object
Overview
Raised when a task can't run yet because an input is not satisfiable: it is neither a fresh task, an existing file, nor a kv:// key. In auto mode this is an expected transient state (inputs appear incrementally), so the autorun loop rescues this class and retries with backoff instead of logging a warning on every cycle.