TimeoutError class

Extends

Error

コンストラクター

TimeoutError(string)

プロパティ

code
Error

継承されたプロパティ

message
name
stack

コンストラクターの詳細

TimeoutError(string)

new TimeoutError(message?: string)

パラメーター

message

string

プロパティの詳細

code

code: string

プロパティ値

string

Error

static Error: ErrorConstructor

プロパティ値

ErrorConstructor

継承されたプロパティの詳細

message

message: string

プロパティ値

string

継承元 Error.message

name

name: string

プロパティ値

string

Error.name から継承

stack

stack?: string

プロパティ値

string

継承元 Error.stack