ctrlrun.ActionDenied — class, defined at src/ctrlrun/errors.py:29
reason says why, e.g. unknown_action (SPEC-v0.1 §3.4).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The action may not run. reason says why, e.g. unknown_action (SPEC-v0.1 §3.4).
ctrlrun.ActionDenied — class, defined at src/ctrlrun/errors.py:29
class ActionDenied(CTRLRunError)
def __init__(message: str | None, reason: str, action_id: str | None)
reason says why, e.g. unknown_action (SPEC-v0.1 §3.4).
Was this page helpful?