Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-01 21:24:59 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-01 22:32:09 +0300
commit3d1acbc12df37255d350c5e9efc2a4f66921291e (patch)
treeed981a0d6f02dde372d5d8048464a159cbdfc602 /include/zbxjson.h
parentd592e181b10fe1042c00e7c943d5adb929073b59 (diff)
........S. [ZBXNEXT-6478] fixed webservice error response handling
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 3f558034212..74f08e7a49b 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -172,6 +172,7 @@
#define ZBX_PROTO_TAG_NOW "now"
#define ZBX_PROTO_TAG_SESSIONID "sessionid"
#define ZBX_PROTO_TAG_SIGN "sign"
+#define ZBX_PROTO_TAG_DETAIL "detail"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"