ErrLookup › petkaantonov/bluebird

petkaantonov/bluebird

:bird: :zap: Bluebird is a full featured promise library with unmatched performance. · JavaScript · 49 source files

Analyzed at c220cfe480 on 2026-09-02. 18 documented errors.

Code / MessageTypeSeverityTags
No async scheduler available See http://goo.gl/MqrFmX
exception critical scheduler, environment, async
Object %s has no method '%s'
validation error typeerror, promise-chaining, method-missing
cannot enable long stack traces after promises have been cre
exception error long-stack-traces, configuration, debuggability
cannot enable cancellation after promises are in use
exception error cancellation, configuration, promise
onCancel must be a function, got: %s
validation error typeerror, cancellation, executor
generatorFunction must be a function See http://goo.gl/
validation error typeerror, coroutine, generator
expecting a function but got %s
validation error typeerror, yieldhandler, coroutine
expecting a function but got %s
validation error typeerror, promise-method, type-check
the promise constructor cannot be invoked directly See
validation error typeerror, constructor, promise
expecting a function but got %s
validation error typeerror, constructor, promise
The last argument to .catch() must be a function, got %s
validation error typeerror, catch, api-misuse
Cannot promisify an API that has normal methods with '%s'-su
validation error typeerror, promisify, naming-conflict
expecting a function but got %s
validation error typeerror, promisify, wrong-argument
the target of promisifyAll must be an object or a function
validation error typeerror, promisifyall, wrong-type
suffix must be a valid identifier See http://goo.gl/Mqr
validation error rangeerror, promisifyall, options-validation
No async scheduler available See http://goo.gl/MqrFmX
exception critical environment, scheduler, runtime
cannot get fulfillment value of a non-fulfilled promise
validation error typeerror, reflect, synchronous-inspection
cannot get rejection reason of a non-rejected promise S
validation error typeerror, reflect, synchronous-inspection