錯誤碼列表
更新時間 2025-09-29 17:49:40
最近更新時間: 2025-09-29 17:49:40
分享文章
本節主要介紹QoS策略的錯誤碼。
| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | CanNotDeleteQoS | The QoS policy Name cannot be deleted. Please disassociate all the dependencies and try again. | QoS有關聯的對象,不能刪除。 |
| 400 | InvalidQoSName | Value value at 'qos name' failed to satisfy the constraint: Argument must contain only letters, digits, or hyphens (-) and does not exceed 64 characters, must begin with a letter or digit. | QoS策略名稱不合法,請重新輸入。 |
| 400 | MissingRelevantArgument | Value null at 'argument1' failed to satisfy constraint: Argument must not be null when 'argument2' has value. | 參數1和參數2必須同時設置。 |
| 404 | NoSuchQoS | The QoS policy with name Name does not exist. | 指定的QoS策略不存在。 |
| 409 | QoSAlreadyExists | The QoS policy with name Name already exists. | QoS策略已存在,請重新輸入。 |