Skip to content

Commit ca9f07c

Browse files
author
Christian Hergert
committed
errors: add error 59, for unknown command.
1 parent a5eba6e commit ca9f07c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mongoc/mongoc-error.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ typedef enum
5959

6060
MONGOC_ERROR_QUERY_FAILURE,
6161

62+
MONGOC_ERROR_QUERY_COMMAND_NOT_FOUND = 59,
6263
MONGOC_ERROR_QUERY_NOT_TAILABLE = 13051,
6364
} mongoc_error_code_t;
6465

0 commit comments

Comments
 (0)