From 1b6fae6aa2d8b961e856fcbec8666f4d1003e814 Mon Sep 17 00:00:00 2001 From: zak Date: Wed, 20 Mar 2024 14:47:58 +0000 Subject: [PATCH] Add ingress specific error codes --- protocol/errors.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protocol/errors.json b/protocol/errors.json index 99a24cb..381fe53 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -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",