ctrlrun.ApprovalMismatch — class, defined at src/ctrlrun/errors.py:111
reason is one of unknown, mismatch, or the status the record was in — consumed,
expired, pending, denied.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The presented approval does not authorize this action (SPEC-v0.1 §4.2).
ctrlrun.ApprovalMismatch — class, defined at src/ctrlrun/errors.py:111
class ApprovalMismatch(CTRLRunError)
def __init__(message: str | None, reason: str, approval_id: str | None)
reason is one of unknown, mismatch, or the status the record was in — consumed,
expired, pending, denied.
Was this page helpful?