获得了以下JSON:
{
"timestamp": 1561468693060,
"status": 500,
"error": "Internal Server Error",
"exception": "org.springframework.web.client.HttpServerErrorException",
"message": "500 Server Error",
"path": "/integration/get/interestDetails"
}
还有这个
{
"correlationId": "YYYYY",
"Fault": {
"faultcode": "p264",
"faultstring": "XXXXXX",
"detail": [
{
"FaultDetails": [
{
"Errors": [
{
"errorCode": "2",
"errorMessage": "XXX Not Found - does not match any record"
}
]
}
]
}
]
}
}
我想获取“消息”的内容,无论它是否包含在“消息”或“ ErrorMessage”中。 我可以使用$ .. message |成功搜索。 $ .. ErrorMessage,但我需要一个通用的解决方案。