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.cause
message
ts
message: string;
Inherited from
ts
Error.message
name
ts
name: string;
Inherited from
ts
Error.name
stack?
ts
optional stack: string;
Inherited from
ts
Error.stack