Skip to main content

InfinityErrorMessage

type InfinityErrorMessage = 
| "404 Not Found"
| "502 Bad Gateway"
| "503 Service Unavailable"
| "All conference hosts departed hosted conference"
| "API initiated conference termination"
| "API initiated participant disconnect"
| "Call disconnected"
| "Call rejected"
| "Conference extension not found"
| "Conference host ended the conference with a DTMF command"
| "Conference terminated by an administrator"
| "Conference terminated by another participant"
| "Disabled"
| "Disconnected by an administrator"
| "Disconnected by another participant"
| "Failed to forward request"
| "Gateway dial out failed"
| "Ice failure"
| "Insufficient licenses"
| "invalid gateway routing rule transform"
| "Invalid license"
| "Invalid PIN"
| "Invalid protocol for service"
| "Invalid role"
| "Invalid token"
| "Last remaining participant removed from conference after timeout"
| "Media node disconnected"
| "Media process disconnected"
| "Neither conference nor gateway found"
| "No direct route between Edge and Transcoding"
| "No participants can keep conference alive"
| "Out of proxying resource"
| "Out of resource"
| "Out of transcoding resource"
| "Participant exceeded PIN entry retries"
| "Participant limit reached"
| "Proxied participant disconnected"
| "Resource unavailable"
| "Signaling node disconnected"
| "SSO Authentication Failed. SSO is not available from this domain"
| "SSO Authentication Failed. The system is in Maintenance mode"
| "SSO Authentication Failed"
| "SSO enabled but no Identity Providers configured"
| "System in maintenance mode"
| "Telehealth Call failure"
| "Test call finished"
| "Timeout waiting for conference host to join or permit access to locked conference"
| "Timer expired awaiting token refresh"
| "transfer failed"
| "Unexpected Response: 503"
| "Attempted to acquire license while license already acquired. This is usually due to an internal error."
| "Failed to transfer into a multi-party conference"
| "Failed to transfer into a one-to-one conference";