We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc28a commit 682edf6Copy full SHA for 682edf6
src/main/com/mongodb/CommandFailureException.java
@@ -37,7 +37,9 @@ public CommandFailureException(CommandResult commandResult){
37
* Gets the getlasterror command result document.
38
*
39
* @return the command result
40
+ * @deprecated there is no replacement for this method
41
*/
42
+ @Deprecated
43
public CommandResult getCommandResult() {
44
return commandResult;
45
}
0 commit comments