We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ae78a commit 1d6c839Copy full SHA for 1d6c839
protocol/errors.json
@@ -198,6 +198,11 @@
198
"92000": "invalid object message",
199
"92001": "objects limit exceeded",
200
"92002": "unable to submit operation on tombstone object",
201
+ "92003": "unable to fetch object tree with tombstone object as root",
202
+ "92004": "object not found",
203
+ "92005": "no objects found matching operation path",
204
+ "92006": "unable to perform operation without objectId or path",
205
+ "92007": "operation not processable on path",
206
207
"101000": "must have a non-empty name for the space",
208
"101001": "must enter a space to perform this operation",
0 commit comments