Options
Menu

Interface Error

The error format used by errors emitted from Connection.

Hierarchy

  • Error

Index

Properties

code

code: number

Error code

connection

connection: Connection

Reference to the Connection

info

info: object

The info object from rtc/peerconnection. May contain code and message (duplicated here).

Type declaration

  • Optional code?: undefined | number
  • Optional message?: undefined | string

message

message: string

Error message

Optional twilioError

twilioError: TwilioError

Twilio Voice related error

Generated using TypeDoc