We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8650f47 + 99be355 commit 58cbd35Copy full SHA for 58cbd35
item.go
@@ -4,6 +4,9 @@ package zabbix
4
//
5
// See: https://www.zabbix.com/documentation/4.0/manual/api/reference/item/object
6
type Item struct {
7
+ // Error is the error text indicating any problems with updating the item.
8
+ Error string `json:"error,omitempty"`
9
+
10
// HostID is the unique ID of the Host.
11
HostID string `json:"hostid,omitempty"`
12
0 commit comments