100100 Continue
The server has received the request headers and the client should proceed to send the request body.
80 error codes with Info severity level
100The server has received the request headers and the client should proceed to send the request body.
101The server is switching protocols as requested by the client via an Upgrade header.
102The server has received and is processing the request, but no response is available yet (WebDAV).
103The server sends preliminary response headers to allow the client to start preloading resources before the final response.
200The request has succeeded. The meaning of the success depends on the HTTP method used.
201The request has been fulfilled and a new resource has been created as a result.
202The request has been accepted for processing, but the processing has not been completed yet.
203The response has been modified by a transforming proxy and differs from what the origin server sent.
204The server successfully processed the request but is not returning any content in the response body.
205The server tells the client to reset the document view, such as clearing a form after submission.
206The server is delivering only part of the resource due to a Range header sent by the client.
207The response provides status for multiple independent operations in a single response (WebDAV).
208The members of a DAV binding have already been enumerated in a previous part of the response, and are not included again.
226The server has fulfilled a GET request and the response is a representation of the result of one or more instance-manipulations applied to the current instance.
300The request has more than one possible response and the user or user agent should choose one of them.
301The requested resource has been permanently moved to a new URL, and future requests should use the new URL.
302The requested resource temporarily resides at a different URL. Future requests should continue to use the original URL.
303The response to the request can be found at a different URL using a GET method.
304The resource has not been modified since the last request, so the client can use its cached copy.
307The request should be repeated with the same method at the URL in the Location header. Unlike 302, the request method must not change.
308The resource has permanently moved to a new URL, and the request method must not change when following the redirect.
418The server refuses the request because it is, permanently, a teapot. An April Fools' joke from RFC 2324.
StopIterationRaised by the next() function to indicate that there are no further items in an iterator.
StopAsyncIterationRaised by an async iterator's __anext__() method to signal that iteration is complete.
GeneratorExitRaised when a generator's close() method is called, allowing cleanup.
KeyboardInterruptThe user pressed Ctrl+C to interrupt the running program.
SystemExitRaised by sys.exit() to request program termination.
nothing to commit, working tree cleanThere are no changes to commit; the working directory matches the last commit.
Already up to date.The branch already has all the changes from the branch you tried to merge or pull.
No local changes to saveGit stash found no modified tracked files to stash.
Exit Code 0The container process exited successfully with no errors.
Exit Code 130The container was terminated by Ctrl+C (SIGINT, signal 2).
Exit Code 143The container was terminated gracefully with SIGTERM (signal 15).
EINPROGRESSA non-blocking connection attempt has been initiated and is still in progress.
SIGINT (2)An interrupt signal was sent, typically by pressing Ctrl+C in the terminal.
SIGTRAP (5)A breakpoint or trace trap was triggered, typically during debugging.
SIGUSR1 (10)A user-defined signal for application-specific purposes. The default action is to terminate.
SIGUSR2 (12)A second user-defined signal for application-specific purposes. The default action is to terminate.
SIGALRM (14)A timer set with alarm() or setitimer() has expired.
SIGCHLD (17)A child process has terminated, stopped, or resumed.
SIGCONT (18)A stopped process was resumed.
SIGTSTP (20)A stop signal from the terminal, typically Ctrl+Z. Unlike SIGSTOP, this can be caught.
SIGTTIN (21)A background process attempted to read from its controlling terminal.
SIGTTOU (22)A background process attempted to write to its controlling terminal when TOSTOP is set.
SIGURG (23)Urgent or out-of-band data arrived on a socket.
SIGVTALRM (26)A virtual timer set with setitimer(ITIMER_VIRTUAL) expired.
SIGWINCH (28)The terminal window size changed.
SIGIO (29)A file descriptor is ready for I/O, used with signal-driven async I/O.
Exit 0The process completed successfully with no errors.
Exit 130The process was terminated by SIGINT (signal 2), typically from Ctrl+C.
Exit 143The process was terminated by SIGTERM (signal 15).
ERROR_SUCCESS (0)The operation completed without errors.
ERROR_IO_PENDING (997)An overlapped I/O operation is in progress.
ERROR_CANCELLED (1223)The operation was cancelled by the user.
497 HTTP to HTTPSA plain HTTP request was sent to the HTTPS port.
SIGPROF (27)A profiling timer set with setitimer(ITIMER_PROF) expired.
02000The SQL statement completed but returned or affected no rows.
SQLITE_EMPTY (16)The database file exists but contains no tables.
ERROR_SERVICE_ALREADY_RUNNING (1056)The service is already running.
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.
DryRunOperationThe dry run request would have succeeded.
WSAEINPROGRESS (10036)A blocking operation is already in progress on this socket.
WSAEDISCON (10101)A graceful disconnect is in progress.
z-index stacking contextElements are not layering as expected despite z-index values being set.
Specificity conflictA CSS rule is not applied because a more specific selector overrides it.
Overflow hidden clippingContent is being clipped or hidden unexpectedly due to overflow settings.
Flex item overflowA flex item overflows its container because it cannot shrink enough.
Transition on displayA CSS transition is not working because the display property cannot be transitioned.
Duplicate selectorThe same selector appears multiple times in the stylesheet.
Shorthand property overrideA CSS shorthand property resets values previously set by longhand properties.
Margin collapseVertical margins between elements collapse into a single margin instead of adding together.
aspect-ratio ignoredThe aspect-ratio property is not taking effect on the element.
@layer ordering issueCSS cascade layers are not applying styles in the expected order.
Scroll snap not workingCSS scroll snapping is not behaving as expected.
AbortError: The operation was abortedA fetch request was cancelled via an AbortController signal.
position: sticky not workingThe element with position: sticky does not stick as expected.
backdrop-filter not renderingThe backdrop-filter property has no visible effect on the element.
gap not working in flexboxThe gap property does not create spacing in a flex container.
text-overflow: ellipsis not workingThe text-overflow: ellipsis property does not show an ellipsis for overflowing text.