bursar.StoreError
exception bursar.StoreError(message, *, retryable=None, indeterminate=False, cause=None, details=None)
Base exception for store-level errors (connection, timeout, etc.).
- Parameters:
- message (str)
- retryable (bool | None)
- indeterminate (bool)
- cause (BaseException | None)
- details (Mapping *[*str , Any ] | None)
- Return type: None