From 6b30f145cd37fe2ec3646c893b605c2ea20383b5 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Wed, 12 Jul 2023 07:34:19 +0000 Subject: [PATCH] Fix grammar in client-server-api intro --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 8ebe8f71..0e7e8473 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -62,7 +62,7 @@ error message e.g. `M_FORBIDDEN`. Error codes should have their namespace first in ALL CAPS, followed by a single `_`. For example, if there was a custom namespace `com.mydomain.here`, and a `FORBIDDEN` code, the error code should look like `COM.MYDOMAIN.HERE_FORBIDDEN`. Error codes defined by this -specification should start `M_`. +specification should start with `M_`. Some `errcode`s define additional keys which should be present in the error response object, but the keys `error` and `errcode` MUST always be present.