424424 Failed Dependency
The request failed because it depended on another request that failed (WebDAV).
59 error codes tagged with "dependency"
424The request failed because it depended on another request that failed (WebDAV).
ERR_MODULE_NOT_FOUNDAn ES module import could not be resolved because the specified file does not exist.
ERR_REQUIRE_ESMA require() call was used to load an ES module, which is not allowed.
ERR_DLOPEN_FAILEDA native addon (C++ .node file) failed to load.
Error: Cannot find moduleNode.js could not locate the specified module in any of the searched paths.
ImportErrorAn import statement failed to find or load the specified module or name.
ModuleNotFoundErrorPython could not find the specified module to import.
requests.exceptions.ConnectionErrorThe requests library failed to establish a connection to the target server.
requests.exceptions.TimeoutA request timed out while waiting for a response from the server.
requests.exceptions.HTTPErrorAn HTTP error response (4xx or 5xx) was received and raise_for_status() was called.
error: LFS object not foundA Git LFS tracked file could not be downloaded from the LFS server.
fatal: No submodule mapping foundGit submodules are referenced but not properly initialized.
Error: pull access denied for base imageThe base image specified in the FROM instruction could not be found or accessed.
Error: service dependency failed to startA service that another service depends on failed to start.
Error: manifest not foundThe image manifest could not be found in the registry.
ERR_PACKAGE_PATH_NOT_EXPORTEDA subpath of a package was imported that is not defined in the package's exports field.
ERR_IMPORT_ASSERTION_TYPE_FAILEDAn import assertion specified a type that does not match the actual module type.
django.core.exceptions.ImproperlyConfiguredDjango detected a misconfiguration in the project's settings.
sqlalchemy.exc.OperationalErrorA database operation failed due to a connection or database-level error.
pandas KeyError: column not foundA DataFrame column access failed because the specified column name does not exist.
numpy ValueError: shape mismatchA numpy operation failed because the array shapes are incompatible.
pip: ERROR: Could not install packagespip failed to install one or more Python packages.
pydantic.ValidationErrorPydantic data validation failed because the input data does not match the model's schema.
ERROR_SERVICE_DEPENDENCY_FAIL (1068)A dependent service or group failed to start.
ERROR_SERVICE_DEPENDENCY_DELETED (1075)A dependency service that should exist has been removed.
CBS_E_SOURCE_MISSING (0x800F081F)Windows could not find the source files needed for the operation.
System.DllNotFoundExceptionThe specified DLL could not be found for P/Invoke.
System.BadImageFormatExceptionThe assembly or DLL has an invalid format.
ERROR_DLL_INIT_FAILED (1114)A DLL initialization routine failed.
ERROR_MOD_NOT_FOUND (126)The specified module (DLL) could not be found.
ERROR_PROC_NOT_FOUND (127)The specified procedure could not be found in the DLL.
Lambda Runtime.ImportModuleErrorLambda cannot import the function's module.
Azure ParentResourceNotFoundThe parent resource for a nested resource was not found.
TS2307TypeScript cannot find the module specified in an import or require statement.
TS2305The specified export does not exist in the referenced module.
TS2306The file referenced in an import statement is not recognized as a module.
TS2694The specified member does not exist in the given namespace.
TS2696A TypeScript-only feature is being used in a JavaScript file.
TS2792TypeScript cannot resolve a module subpath because the package's exports field does not allow it.
TS2497A CommonJS module is being imported with named import syntax but only has a default export.
TS1259A CommonJS module requires esModuleInterop or allowSyntheticDefaultImports to be imported with default import syntax.
TS1192The module you are importing does not have a default export.
TS1202The import = require() syntax cannot be used in an ES module.
TS2459A destructured import references a member that is not exported from the module.
E0433The module path used in a use statement or type path cannot be resolved.
E0432The module or item referenced in a use statement cannot be found.
E0463The specified crate cannot be found by the compiler.
ClassNotFoundExceptionA class cannot be found on the classpath at runtime.
NoClassDefFoundErrorA class was found at compile time but cannot be loaded at runtime.
NoSuchFieldErrorA field is referenced at runtime but does not exist in the class.
NoSuchMethodErrorA method is called at runtime but does not exist in the class.
UnsatisfiedLinkErrorA native method cannot find its native library implementation.
IncompatibleClassChangeErrorA class has changed in an incompatible way since the calling code was compiled.
AbstractMethodErrorAn abstract method is called that has no implementation.
ClassPath ErrorThe classpath is misconfigured, preventing classes from being loaded.
LinkageErrorA class has a dependency on another class that has an incompatible change.
ClassCircularityErrorA circular dependency is detected in class inheritance.
TS1479The relative import path requires a file extension under Node.js ESM resolution.
TS2688TypeScript cannot find the type definition file specified in types or typeRoots.