Options
Menu

Class CallCancelledError

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[] = ['The incoming call was cancelled because it was not answered in time or it was accepted/rejected by another application instance registered with the same identity.',]

code

code: number = 31008

description

description: string = "Call cancelled"

explanation

explanation: string = "Unable to answer because the call has ended"

message

message: string

Any further information discovered and passed along at run-time.

name

name: string = "CallCancelledError"

Optional originalError

originalError: undefined | object

The original error object received from the external system, if any.

solutions

solutions: string[] = []

Optional stack

stack: undefined | string

Generated using TypeDoc