itd-api / ItdTimeoutError
Class: ItdTimeoutError
Defined in: core/errors.ts:356
Истёк таймаут запроса, заданный опцией timeout.
Extends
Constructors
Constructor
ts
new ItdTimeoutError(init): ItdTimeoutError;Defined in: core/errors.ts:364
Parameters
init
method
string
path
string
timeout
number
Returns
ItdTimeoutError
Overrides
Properties
kind
ts
readonly kind: ItdErrorKind;Defined in: core/errors.ts:72
Категория ошибки.
Inherited from
method
ts
readonly method: string;Defined in: core/errors.ts:360
HTTP-метод запроса.
path
ts
readonly path: string;Defined in: core/errors.ts:362
Путь запроса без базового URL.
timeout
ts
readonly timeout: number;Defined in: core/errors.ts:358
Значение таймаута в миллисекундах.