Skip to content

Commit

Permalink
Add ingress specific error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
zknill committed Mar 20, 2024
1 parent cde6b1b commit 1b6fae6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@
"71302": "Requester has no subscription to this product",
"71303": "Channel does not match the channel filter specified in the subscription to this product",

"72000": "ingress operation failed",
"72001": "ingress failed to publish message",
"72002": "ingress table is unhealthy",
"72003": "ingress cannot connect to database",

"80000": "connection failed",
"80001": "connection failed (no compatible transport)",
"80002": "connection suspended",
Expand Down

0 comments on commit 1b6fae6

Please sign in to comment.