错误码列表
更新时间 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策略已存在,请重新输入。 |