Details
-
Improvement
-
Resolution: Done
-
Trivial - P5
-
None
-
None
-
None
-
None
Description
See http://groups.google.com/group/mongodb-user/browse_frm/thread/9799532f62e698fe
getLastError() should be renamed to getLastStatus() - because that's what it really does.
Then the driver APIs should also grow a getLastStatus(). Currently they only expose an error() method (afaik) which can be misleading due to the name similarity to the underlying getLastError().