And match response.error.details[*].message contains <message>
Examples:
| status | code | programId | description | id | type | message |
| 404 | 404 | maxProgramId | Not Found | NotFound | validationError | "The value is not found."
答案 0 :(得分:0)
尝试使用get [0] response.error.details [*]。message
as response.error.details [*]。message返回一个数组