Skip to content
Talk to our solutions team

Error Codes

REST errors are { "code": "…", "message": "…" }; the WebSocket error frame is { "status": "error", "error": { "code": "…", "message": "…" } }.

CodeMeaning
rtc-access-deniedThe caller is not a member of the chat
rtc-invalid-payloadMalformed request/frame body
rtc-invalid-actionUnknown WebSocket action
rtc-invalid-action-payloadThe action’s body is invalid
rtc-invalid-messageThe message is invalid
rtc-invalid-block-typeAn unsupported message block type
rtc-invalid-timestampBad since timestamp
rtc-invalid-stateThe chat/connection is in a state that doesn’t allow this
rtc-empty-user-obejct / rtc-user-not-foundThe user could not be resolved
rtc-invalid-oneonone-chat-members / rtc-invalid-group-chat-members / rtc-invalid-participantsThe chat’s member list is invalid for its type
CodeMeaning
rtc-chat-not-foundUnknown chat
rtc-chat-thread-not-found / rtc-thread-not-foundUnknown thread
rtc-threadmessage-not-foundUnknown message
rtc-bot-not-foundUnknown bot
rtc-subscription-not-foundNo such subscription
CodeMeaning
rtc-invalid-websocket-connectionThe connection could not be established/upgraded
rtc-websocket-send-failedA frame could not be sent to the client
rtc-websocket-conn-closedThe client connection is closed
rtc-stream-init-failedThe message bus could not be initialized
rtc-stream-subscription-failed / rtc-stream-existing-subscription / rtc-subscription-existsSubscription error
rtc-stream-sending-failedPublish to the bus failed
rtc-invalid-stream-implMisconfigured stream manager
rtc-invalid-chat-subscription-key / rtc-invalid-channel-subscription-keyMalformed subscription key
rtc-message-mashal-errorMessage could not be serialized
CodeMeaning
rtc-entity-manager-not-foundThe tenant’s data engine could not be resolved
rtc-failed-to-save-messageMessage persistence failed
rtc-invalid-configInvalid service/tenant configuration
rtc-server-already-initializedThe server was initialized twice