-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.0.1
-
Component/s: None
According to the interface documentation for ops.Cursor: "Returns the error status of this cursor so that clients do not have to call Err() separately". This would result in confusion around where an error actually originated and what error to return when both a Cursor error and a Close error occur.
When the Cursor implementations are updated for the command structure, ensure that the Close method only returns errors related to closing the Cursor.