无法将大于399的响应状态标记为OK。这个
valid
指令用于另一个方向-将200状态标记为错误。我唯一可以推荐的是在RPC中放入以下错误处理代码:
"error": {
"404": {
"type": "DataError",
"message": "No departments found. --ServiceName-- marks this case as an error - please switch to the Map mode to save."
}
}
这至少可以帮助用户在设置模块输入时知道发生了什么。
Scenario