{
"source": {
"system": "CMS",
"status": 400,
"message": "Application is not valid."
},
"mw": {
"status": 400,
"message": "External: CMS_INTEGRATION: Internal: Application is not valid.",
"cb": false
},
"correlationId": "673399e7-388c-4637-a4a2-c8a9336ed4b8"
}
The server that our roku app interacts with returns a error object when there is some error with the request or with the server. We want to be able to parse this and use it in our app for logging and UI purposes. Now when we try to get the object by roUrlEvent -> msg.getString() or any other functions on the roUrlEvent we dont get this object, can anyone help understand this please and how can we achieve this ?