HTTP status | 错误码 | 错误信息 | 描述 |
---|
400 | ArgumentNotAllowed | The argument 'argument' is not allowed when value at 'argument2' is value2. | 参数值不正确。 |
400 | ExceedQueryRange | Value value at 'argument' failed to satisfy constraint: Argument must be message. | 超出限定范围,无法执行该操作。 |
400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] | 枚举参数不合法。 |
400 | InvalidTime | The end time must be later than the start time. | 开始时间必须早于结束时间 |
400 | InvalidTimeFormat | Value value at 'argument' failed to satisfy constraint: Argument must conform to Format format. | 时间格式不合法。 |