Samuel_Jun | 2019-04-10 08:35:31 UTC | #1
What is the meaning of the "error.ininedgecontrol.session.inactive" error code that shows up in the conversation object?
tim.smith | 2019-04-10 13:16:12 UTC | #2
Can you provide some context? Where exactly are you seeing this in the conversation object?
Samuel_Jun | 2019-04-10 17:36:40 UTC | #3
I'm referring to the "errorInfo" property. The path would be something like conversation.participants[0].calls[0].errorInfo. Feel free to message me directly for an example conversation ID.
"errorInfo": {
"code": "error.ininedgecontrol.session.inactive",
"message": "session some-session-uuid is inactive for command cloud.command.disconnect",
"messageWithParams": "session {sessionId} is inactive for command {type}",
"messageParams": {
"sessionId": "some-session-uuid",
"type": "cloud.command.disconnect"
},
"details": [],
"errors": []
},
tim.smith | 2019-04-10 17:40:34 UTC | #4
I believe that's because someone tried to disconnect a participant that was already disconnected.
Samuel_Jun | 2019-04-10 17:59:11 UTC | #5
tim.smith, post:4, topic:4963
someone tried to disconnect a participant that was already disconnected
Gotcha thanks
On a related note, is there documentation around what errorInfo.codes exist and what they mean?
tim.smith | 2019-04-10 18:01:58 UTC | #6
No. It's not really intended for external use. Care may look at it when investigating issues.
system | 2019-05-11 18:02:03 UTC | #7
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 4963