Options
Menu

Class TwilioError

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[]

A list of possible causes for the Error.

code

code: number

The numerical code associated with this Error.

description

description: string

A description of what the Error means.

explanation

explanation: string

An explanation of when the Error may be observed.

message

message: string

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

name

name: string

The name of this Error.

Optional originalError

originalError: undefined | object

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

solutions

solutions: string[]

A list of potential solutions for the Error.

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc