I retrieve around 100 RICs as a batch from the WebSocket API. and get the error `Cannot reopen item with different stream` & `Access Denied: User req to PE(6562)`.
i want to know in which case the server will give these messages to me.
Thanks
{
"Fields":{},
"ID":81,
"Key":{"Name":"BP.N"},
"State":{
"Data":"Suspect",
"Stream":"Closed",
"Text":"Request Rejected: Cannot reopen item with different stream."
},
"Type":"Status"
}
{
"Fields":{},
"ID":7,
"Key":
{"Name":"BP.N"},
"State":{
"Code":"NotEntitled",
"Data":"Suspect",
"Stream":"Closed",
"Text":"Access Denied: User req to PE(6562)"
},
"Type":"Status"
}