Is there any list of all possible status codes for Refinitiv Websocket API and History data platform API
For eg for Interday history we get below response. We need to know all possible status codes so that we can map these codes to our known exceptions.
[
{
"universe": {
"ric": "TRI.N"
},
"status": {
"code": "TS.Interday.UserNotPermission.70112",
"message": "User does not have permission for this universe."
}
}
]