Emitted when an asynchronous error occurs during the SDK lifecycle, such as a SIP registration failure, audio playback error, or call error.Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Errors thrown by async methods like
connect() and startCall() can also be caught using try/catch. The error event captures asynchronous errors that occur outside of direct method calls.Category
ErrorCallback Parameters
| Parameter | Type | Description |
|---|---|---|
error | Error | The error object with a descriptive message property. |