-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
For some users of the unstable driver APIs, it'd be useful to have ProcessError return a status to indicate what it actually did. This can be an enum with values like ClearedPool and MarkedUnknown. If there are cases where it could potentially do multiple things, we could return a simple struct with boolean fields instead.