Skip to content

Commit

Permalink
chat: add invalid state error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Nov 22, 2024
1 parent a359db5 commit 2359ff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,7 @@
"102102": "unable to perform operation; room is releasing",
"102103": "unable to perform operation; room is released",
"102104": "unable to perform operation; existing attempt failed",
"102105": "unknown room lifecycle error"
"102105": "unknown room lifecycle error",
"102106": "unable to perform operation; room released before operation completed",
"102107": "unable to perofrm operation; room in invalid state"
}

0 comments on commit 2359ff7

Please sign in to comment.