Skip to main content
Version: 2.x

bursar.StoreClosedError

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

The application attempted to use a store after closing it.

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