Options
Menu

Interface Error

The error format used by errors emitted from Device.

Hierarchy

  • Error

Index

Properties

code

code: number

Error code

Optional connection

connection: Connection

Reference to the Connection This is usually available if the error is coming from Connection

Optional info

info: undefined | object

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

message

message: string

Error message

Optional twilioError

twilioError: TwilioError

Twilio Voice related error

Generated using TypeDoc