Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@
"92000": "invalid object message",
"92001": "objects limit exceeded",
"92002": "unable to submit operation on tombstone object",
"92003": "unable to fetch object tree with tombstone object as root",
"92004": "object not found",
"92005": "no objects found matching operation path",
"92006": "unable to perform operation without objectId or path",
"92007": "operation not processable on path",

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