Skip to content

Commit

Permalink
errors: cannot submit op to tombstone
Browse files Browse the repository at this point in the history
Adds a channel state error code returned to the client when an operation
is submitted to an object that is marked as a tombstone.
  • Loading branch information
mschristensen committed Dec 2, 2024
1 parent a359db5 commit 1c8605c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@

"92000": "invalid state message",
"92001": "state max objects limit",
"92002": "cannot submit operation on tombstone object",

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

0 comments on commit 1c8605c

Please sign in to comment.