Skip to main content
Triggered when a backend error occurs during connection setup or during an active session. Handle this event to log errors for debugging and show user-friendly error messages.

Event Properties

string
Event type. Always "conversation.connected.backend_error" for this event.
object
Event data object. May be empty or contain additional metadata.
string
Error message from the backend describing the issue.Example: "Service temporarily unavailable. Please try again in a moment."

Usage Example

When this event is received, a backend error has occurred. You should log the error for debugging purposes while showing user-friendly messages to end users.