錯誤碼列表
更新時間 2025-02-18 18:17:01
最近更新時間: 2025-02-18 18:17:01
分享文章
本節主要介紹pushgateway監控配置的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | AddConfigFailed | Servers cannot be connected: serverid1, serverid2.... | 添加pushgateway監控配置的服務器無法連接。 |
| 400 | DeleteConfigFailed | Servers cannot be connected: serverid1, serverid2.... | 要刪除pushgateway監控配置的服務器無法連接。 |
| 400 | ExceedMaxValue | Value value at 'number' failed to satisfy constraint: Argument must be less than or equal to value. | 超過最大值。 |
| 400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] | 枚舉參數不合法。 |
| 400 | InvalidKeyInPushgatewayLabel | The key in the pushgateway label can not be the same as built-in keywords, which include type, cpu, device, fstype, mountpoint, lu, path, file, mode, address and target. | 不可使用系統內置關鍵字作為標簽中的鍵名稱,內置關鍵字有:type, cpu, device,fstype, mountpoint, lu, path, file, mode, address, target。 |
| 400 | InvalidPort | Value value at 'port of pushgateway' failed to satisfy constraint: Argument must have value between 1 and 65535. | Port的取值必須在[1, 65535]之間。 |
| 400 | InvalidString | Value '' at 'argument' failed to satisfy constraint: Argument must not be an empty string. | 參數不能為空字符串。 |
| 400 | LessThanMinValue | Missing argument, at least one argument in 'argument1, argument2, argument3 ...' is needed. | 至少輸入一個參數值。 |
| 400 | MissingAtLeastOneArgument | Missing argument, at least one argument in 'argument1, argument2, argument3 ...' is needed. | 至少輸入一個參數值。 |
| 400 | SetConfigFailed | Servers cannot be connected: serverid1, serverid2.... The pushgateway with address address and port port does not exist in serverid1, serverid2.... | 設置服務器pushgateway監控的服務器無法連接。 指定的pushgateway不存在。 |