errors.fyi community error code reference
ERR_MULTIPLE_CALLBACK
nodejs

Multiple callback

A callback was called more than once. Node.js stream internals require callbacks to be called exactly once.

References

← all namespaces