Skip to main content
Version: 2.x

bursar.CapabilityNotSupportedError

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

Raised when a store does not implement an optional capability.

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