Skip to main content
Version: 2.x

bursar.CapReachedError

exception bursar.CapReachedError(message, *, retryable=None, indeterminate=False, cause=None, details=None)

Raised when a deduction would exceed a configured deny spend cap.

  • Parameters:
    • message (str)
    • retryable (bool | None)
    • indeterminate (bool)
    • cause (BaseException | None)
    • details (Mapping *[*str , Any ] | None)
  • Return type: None