itd-api / ItdAbortError
Class: ItdAbortError
Defined in: core/errors.ts:377
Запрос отменён через переданный AbortSignal.
Extends
Constructors
Constructor
ts
new ItdAbortError(message?, options?): ItdAbortError;Defined in: core/errors.ts:378
Parameters
message?
string = 'Запрос отменён'
options?
cause?
unknown
Returns
ItdAbortError
Overrides
Properties
kind
ts
readonly kind: ItdErrorKind;Defined in: core/errors.ts:72
Категория ошибки.