bursar.RefundError
exception bursar.RefundError(message, *, retryable=None, indeterminate=False, cause=None, details=None)
Raised when a refund is invalid (over-refund, duplicate, wrong type).
- Parameters:
- message (str)
- retryable (bool | None)
- indeterminate (bool)
- cause (BaseException | None)
- details (Mapping *[*str , Any ] | None)
- Return type: None