305305 Use Proxy
The requested resource must be accessed through the proxy specified in the Location header. This status code is deprecated.
90 error codes with Warning severity level
305The requested resource must be accessed through the proxy specified in the Location header. This status code is deprecated.
429The user has sent too many requests in a given amount of time (rate limiting).
UnhandledPromiseRejectionA Promise was rejected but no .catch() handler or try-catch block was present to handle the rejection.
DOMException: The operation was abortedAn operation was canceled via an AbortController signal.
InterruptedErrorA system call was interrupted by an incoming signal.
DeprecationWarningA warning about a deprecated feature that will be removed in a future version.
FutureWarningA warning about behavior that will change in a future version.
ResourceWarningA warning about improper resource management, such as unclosed files or connections.
asyncio.CancelledErrorAn asyncio task was cancelled.
You are in 'detached HEAD' stateHEAD is pointing to a specific commit rather than a branch, meaning new commits will be orphaned.
warning: CRLF will be replaced by LFGit is converting line endings from Windows-style (CRLF) to Unix-style (LF).
warning: Large files detectedGit detected large files that may cause repository bloat.
Warning: build-arg not used in buildA --build-arg was passed to docker build but no matching ARG instruction was found in the Dockerfile.
Warning: Found orphan containersDocker Compose found containers from a previous configuration that are no longer defined.
Error: container is already runningYou tried to start a container that is already running.
health status: unhealthyThe container's health check is failing, indicating the service inside is not healthy.
WARNING: image platform does not matchThe pulled image was built for a different CPU architecture than the host.
Error: image prune already in progressA Docker image prune operation is already running.
EINTRA blocking system call was interrupted by a signal before it could complete.
EAGAINThe requested operation would block on a non-blocking resource, or a system resource is temporarily unavailable.
ECANCELEDAn asynchronous operation was canceled before it completed.
EALREADYA non-blocking connection attempt is already in progress on this socket.
SIGHUP (1)The controlling terminal was closed or the session leader process ended.
SIGQUIT (3)A quit signal was sent, typically by pressing Ctrl+\ in the terminal, producing a core dump.
SIGPIPE (13)The process attempted to write to a pipe or socket whose reading end has been closed.
SIGTERM (15)A graceful termination request was sent to the process.
SIGSTOP (19)The process was unconditionally stopped. This signal cannot be caught or ignored.
SIGPWR (30)A power failure was detected, typically from a UPS notification.
Exit 141The process was terminated by SIGPIPE (signal 13) due to a broken pipe.
57014The query was canceled by the user or a timeout.
SQLITE_INTERRUPT (9)The operation was interrupted by sqlite3_interrupt().
SQLITE_SCHEMA (17)The schema changed between preparing and executing a statement.
SQLITE_ABORT (4)The operation was aborted by a callback function.
SQLITE_WARNING (28)SQLite encountered a non-critical issue and issued a warning.
ERROR_OPERATION_ABORTED (995)The I/O operation was aborted due to a thread exit or application request.
ERROR_IO_INCOMPLETE (996)An overlapped I/O event is not in a signaled state.
WU_E_NOT_APPLICABLE (0x80240017)The Windows Update is not applicable to this computer.
System.Threading.ThreadAbortExceptionThe thread was forcibly terminated via Thread.Abort().
429 Too Many RequestsThe client has sent too many requests in a given time period.
499 Client Closed RequestThe client closed the connection before the server sent a response.
conflicting server nameTwo or more server blocks use the same server_name.
an upstream response is buffered to a temporary fileThe upstream response is being buffered to disk because it exceeds memory buffers.
ThrottlingExceptionThe request was throttled due to exceeding the API rate limit.
TooManyRequestsExceptionToo many requests were sent in a given time period.
SlowDownS3 is throttling requests due to excessive request rates.
01000A non-critical warning was issued during SQL execution.
ERROR_WAIT_NO_CHILDREN (128)There are no child processes to wait for.
ERROR_NOT_LOCKED (158)The segment is already unlocked.
ERROR_NO_DATA (232)The pipe is being closed.
ERROR_SHUTDOWN_IN_PROGRESS (1115)A system shutdown is in progress.
408 Request TimeoutThe client did not send a complete request within the timeout period.
RequestLimitExceededThe overall API request rate limit was exceeded.
GCP CANCELLED (499)The operation was cancelled by the caller.
Azure TooManyRequests (429)The request was throttled due to exceeding rate limits.
WSAEALREADY (10037)A non-blocking connect is already in progress.
TS6133A variable, import, or parameter is declared but its value is never read.
TS6196A parameter is declared but its value is never read within the function body.
clippy::needless_returnA return keyword is used unnecessarily at the end of a function.
clippy::let_and_returnA variable is declared and immediately returned on the next line.
clippy::unused_importsAn imported item is not used anywhere in the file.
clippy::clone_on_copyThe clone() method is called on a type that implements Copy.
clippy::unwrap_usedThe unwrap() method is used, which may panic at runtime.
dead_codeA function, struct, enum variant, or constant is defined but never used.
unused_variablesA variable is declared but never used in the code.
unused_mutA variable is declared as mutable but never actually mutated.
Invalid property valueThe value assigned to a CSS property is not valid for that property.
Unknown propertyThe CSS property name is not recognized by the browser.
Unrecognized at-ruleThe CSS parser does not recognize the @-rule.
Deprecated -webkit- prefixA -webkit- prefixed property is deprecated and should be replaced with the standard version.
Deprecated -moz- prefixA -moz- prefixed property is deprecated and should be replaced with the standard version.
Invalid grid templateThe grid-template-columns or grid-template-rows value has invalid syntax.
!important overuseExcessive use of !important makes styles difficult to override and maintain.
@font-face format errorThe @font-face declaration has an invalid format or missing properties.
Font loading failedA web font could not be loaded from the specified URL.
Invalid media queryThe media query syntax is not valid.
Invalid @keyframesThe @keyframes animation definition has a syntax error.
Undefined CSS variableA CSS custom property (variable) is referenced but not defined.
Invalid color functionA CSS color function (rgb, hsl, oklch, etc.) has invalid syntax.
Container query unsupportedThe browser does not support @container queries.
CSS nesting unsupportedThe browser does not support native CSS nesting syntax.
Subgrid unsupportedThe browser does not support the subgrid value for grid-template-columns or grid-template-rows.
:has() unsupportedThe browser does not support the :has() pseudo-class.
ERR_NETWORK_CHANGEDThe network configuration changed during the request.
ERR_ABORTEDThe network request was cancelled before completion.
ERR_BLOCKED_BY_CLIENTA browser extension (typically an ad blocker) blocked the request.
ERR_CACHE_MISSThe browser cache does not have the requested resource and a network request was expected.
clippy::map_unwrap_orUsing .map().unwrap_or() can be replaced with .map_or().
clippy::single_matchA match expression with only one meaningful arm can be simplified to an if let.
clippy::redundant_closureA closure that just calls a function can be replaced with the function itself.
ERR_NETWORK_IO_SUSPENDEDNetwork I/O has been suspended, typically when the browser is throttled.