Documentation / @eventkit/base / InvalidConcurrencyLimitError
Class: InvalidConcurrencyLimitError
An error thrown when an invalid concurrency limit is provided to an operator.
See
Extends
Error
Properties
cause?
ts
optional cause: unknown;Inherited from
ts
Error.causemessage
ts
message: string;Inherited from
ts
Error.messagename
ts
name: string;Inherited from
ts
Error.namestack?
ts
optional stack: string;Inherited from
ts
Error.stack