-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: 1.9.1
-
Component/s: Error Handling
-
None
when checkOut returns error, i wish there is a error message fit for context canceled.
whether context is canceled or context deadline exceeded, `checkOut` fuction always returns `WaitQueueTimeoutError`. when deadline exceeded, returning `WaitQueueTimeoutError` is correct. but when context is canceled, returning a error message with waiting and canceled message makes more clear than timed out error message.