Skip to content

Commit 1d6c839

Browse files
committed
Add error codes for live object rest apis
1 parent e3ae78a commit 1d6c839

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

protocol/errors.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@
198198
"92000": "invalid object message",
199199
"92001": "objects limit exceeded",
200200
"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",
201206

202207
"101000": "must have a non-empty name for the space",
203208
"101001": "must enter a space to perform this operation",

0 commit comments

Comments
 (0)