ErrLookup › caolan/async

caolan/async

Async utilities for node and the browser · JavaScript · 118 source files

Analyzed at 13dfaf13f3 on 2026-08-28. 11 documented errors.

Code / MessageTypeSeverityTags
async.auto task `${key}` has a non-existent dependency `${de
exception error async, dependency-graph, validation
async.auto cannot execute tasks due to a recursive dependenc
exception error async, dependency-graph, deadlock
could not parse args in autoInject Source: ${src}
exception error async, autoinject, parsing
autoInject task functions require explicit parameters.
validation error async, autoinject, validation
arity is undefined
exception error async, promisify, arity
concurrency limit cannot be less than 1
validation error async, concurrency, range-error
Callback was already called.
exception error async, callback, double-invoke
Concurrency must not be zero
validation error async, queue, concurrency
task callback must be a function
validation error async, queue, type-error
expected a function
validation error async, type-error, validation
Invalid arguments for async.retry
validation error argument-validation, async, retry, type-error