506506 Variant Also Negotiates
The server has an internal configuration error where the chosen variant resource is configured to engage in content negotiation itself.
110 error codes tagged with "configuration"
506The server has an internal configuration error where the chosen variant resource is configured to engage in content negotiation itself.
SyntaxError: Cannot use import statement outside a moduleES module import syntax was used in a file that is not treated as a module.
ERR_REQUIRE_ESMA require() call was used to load an ES module, which is not allowed.
ERR_SOCKET_BAD_PORTAn invalid port number was specified for a network operation.
ERR_OSSL_EVP_UNSUPPORTEDAn OpenSSL operation is unsupported, typically because Node.js 17+ uses OpenSSL 3.0 which disables legacy algorithms.
fatal: not a git repositoryThe current directory is not inside a Git repository.
You are in 'detached HEAD' stateHEAD is pointing to a specific commit rather than a branch, meaning new commits will be orphaned.
fatal: refusing to merge unrelated historiesGit refuses to merge two branches that do not share a common ancestor.
fatal: A branch named 'x' already existsA branch with the specified name already exists in the repository.
error: Cannot delete branch currently checked outYou cannot delete the branch you are currently on.
nothing to commit, working tree cleanThere are no changes to commit; the working directory matches the last commit.
error: empty commit messageThe commit was aborted because the commit message is empty.
fatal: ambiguous argumentGit cannot determine if the argument refers to a revision, path, or something else.
fatal: bad revisionThe specified revision (commit hash, branch name, tag) does not exist.
fatal: remote origin already existsA remote with the specified name is already configured.
fatal: 'origin' does not appear to be a git repositoryGit could not connect to the specified remote repository.
fatal: No submodule mapping foundGit submodules are referenced but not properly initialized.
fatal: shallow update not allowedA push from a shallow clone was rejected because the remote does not allow shallow updates.
There is no tracking information for the current branchThe current branch is not set up to track a remote branch.
Already up to date.The branch already has all the changes from the branch you tried to merge or pull.
fatal: refusing to merge unrelated historiesGit refuses to merge branches that do not share a common ancestor commit.
remote: error: hook declined to updateA server-side Git hook rejected the push.
fatal: tag already existsA tag with the specified name already exists.
No local changes to saveGit stash found no modified tracked files to stash.
error: No stash entries foundThere are no stashed changes to apply or pop.
warning: CRLF will be replaced by LFGit is converting line endings from Windows-style (CRLF) to Unix-style (LF).
fatal: This operation must be run in a work treeThe operation requires a working tree but the repository is bare (no working directory).
fatal: branch is already checked out at another worktreeThe branch cannot be checked out because it is already checked out in another worktree.
Exit Code 125The Docker daemon itself encountered an error before the container process could start.
Exit Code 127The container's command was not found.
Cannot connect to the Docker daemonThe Docker client cannot communicate with the Docker daemon process.
Error: Cannot locate specified DockerfileDocker build cannot find the Dockerfile in the specified location.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
Error: no configuration file providedDocker Compose cannot find a docker-compose.yml or compose.yaml file.
Error: yaml: unmarshal errorsThe Docker Compose file contains invalid YAML syntax.
Error: no such serviceThe specified service name does not exist in the Docker Compose file.
Error: Conflict. The container name is already in useA container with the specified name already exists (running or stopped).
exec format errorThe container tried to execute a binary that is incompatible with its platform architecture.
Error: ENTRYPOINT not foundThe entrypoint binary or script specified in the image does not exist.
Error: target stage not found in DockerfileThe specified build target does not match any stage name in the Dockerfile.
Error: secret not foundA Docker secret referenced by a service does not exist.
WARNING: image platform does not matchThe pulled image was built for a different CPU architecture than the host.
Error: error getting credentialsDocker's credential helper failed to retrieve stored credentials.
Error: Pool overlaps with other networkThe IP address range for a new Docker network conflicts with an existing network.
Error: storage driver errorDocker's storage driver encountered an error managing image layers or container filesystems.
Error: invalid IPC modeAn invalid IPC (Inter-Process Communication) mode was specified.
Error: no such deviceA device specified with --device does not exist on the host.
ERR_PACKAGE_PATH_NOT_EXPORTEDA subpath of a package was imported that is not defined in the package's exports field.
ERR_INSPECTOR_ALREADY_ACTIVATEDThe Node.js inspector (debugger) was activated more than once.
django.core.exceptions.ImproperlyConfiguredDjango detected a misconfiguration in the project's settings.
pip: ERROR: Could not install packagespip failed to install one or more Python packages.
error: gpg failed to sign the dataGit could not sign the commit or tag using GPG.
fatal: refname is not a valid ref nameThe branch or tag name contains invalid characters.
error: sparse-checkout is not enabledA sparse-checkout operation was attempted but the feature is not enabled.
ENOPROTOOPTThe requested protocol option is not available or not supported at the specified level.
3D000The specified database does not exist.
3F000The specified schema does not exist in the database.
42P16The table definition is invalid.
ERROR_SERVICE_DISABLED (1058)The service cannot be started because it is disabled.
ERROR_SERVICE_DEPENDENCY_FAIL (1068)A dependent service or group failed to start.
WU_E_NOT_APPLICABLE (0x80240017)The Windows Update is not applicable to this computer.
CBS_E_SOURCE_MISSING (0x800F081F)Windows could not find the source files needed for the operation.
WU_E_UH_INVALIDMETADATA (0x80242006)The update handler received invalid metadata.
ERROR_SERVICE_NOT_ACTIVE (0x80070422)The Windows Update service is not running.
WU_E_INSTALL_NOT_ALLOWED (0x80240016)The update installation is not allowed at this time.
ERROR_SERVICE_DOES_NOT_EXIST (1060)The specified service is not installed.
ERROR_SERVICE_LOGON_FAILED (1069)The service could not start because of a logon failure.
404 Not FoundThe requested resource was not found on the server.
413 Request Entity Too LargeThe request body exceeds the maximum size allowed by Nginx.
414 URI Too LongThe request URI exceeds the maximum length Nginx will process.
494 Request Header Too LargeThe request headers exceed Nginx's maximum header buffer size.
497 HTTP to HTTPSA plain HTTP request was sent to the HTTPS port.
500 Internal Server ErrorAn unexpected error occurred within Nginx or the upstream application.
worker_connections are not enoughThe Nginx worker process has reached its maximum number of connections.
open() failed (2: No such file or directory)Nginx cannot find the requested file.
rewrite or internal redirection cycleNginx detected an infinite redirect or rewrite loop.
no resolver defined to resolveNginx needs to resolve a hostname but no DNS resolver is configured.
conflicting server nameTwo or more server blocks use the same server_name.
could not build server_names_hashNginx cannot build the server names hash table.
bind() to 0.0.0.0:80 failed (98: Address already in use)Nginx cannot bind to the requested address and port.
invalid PID numberThe Nginx PID file contains an invalid process ID.
host not found in upstreamNginx could not resolve the hostname specified in the upstream block.
SSL: error:0B080074:x509 certificate routinesAn SSL certificate validation error occurred.
an upstream response is buffered to a temporary fileThe upstream response is being buffered to disk because it exceeds memory buffers.
upstream sent too big header while reading response header from upstreamThe upstream server sent response headers larger than Nginx's buffer.
Lambda Runtime.HandlerNotFoundLambda cannot find the specified handler function.
MalformedPolicyDocumentThe IAM policy document is syntactically invalid.
GCP Billing account disabledThe project's billing account is disabled or not configured.
Azure InvalidTemplateThe ARM template is invalid.
Azure SubscriptionNotFoundThe specified Azure subscription was not found.
Region not enabled / RegionDisabledExceptionThe requested cloud region is not enabled for the account.
MissingRegion / No region specifiedNo cloud region was specified in the request or configuration.
UnsupportedApiVersionThe requested API version is not supported.
ERROR_ENVVAR_NOT_FOUND (203)The specified environment variable was not found.
ERROR_SERVICE_NOT_ACTIVE (1062)The service has not been started.
301 Moved PermanentlyNginx is redirecting the client to a new URL permanently.
304 Not ModifiedThe resource has not been modified since the client's last request.
no servers are inside upstreamThe upstream block has no servers defined.
OptInRequiredThe account needs to opt in to the service or region.
Lambda InvalidRuntimeExceptionThe specified Lambda runtime is not valid.
TS2705An async function requires a higher ECMAScript target to compile.
TS5097Two incompatible compiler options are set simultaneously in tsconfig.
TS5023An unrecognized option was found in tsconfig.json.
TS5075A compiler option requires a specific moduleResolution setting to be used.
TS1219Decorators require the experimentalDecorators compiler option to be enabled.
E0658A feature that is not yet stabilized in Rust is being used without the feature gate.
ClassPath ErrorThe classpath is misconfigured, preventing classes from being loaded.
@font-face format errorThe @font-face declaration has an invalid format or missing properties.
ERR_TOO_MANY_REDIRECTSThe browser detected too many HTTP redirects (typically more than 20).
MissingResourceExceptionA resource bundle or resource key cannot be found.