What does HTTP status 205 (Reset Content) mean?

 
Could be also:
ConstantTypeOS
ERROR_NO_SIGNAL_SENTWin32 errorWindows
PAGE_FAULT_BEYOND_END_OF_ALLOCATIONBugCheck CodeWindows

HTTP_STATUS_RESET_CONTENT

This status is intended for workflows such as data-entry forms: the server completed the operation and asks the client to restore the form or document view to its original state.

Like 204, a 205 response must not contain a message body. Applications should not interpret it as a request to reload unrelated resources or repeat the completed operation.

RFC 9110: HTTP Semantics


Looking for a different code? Search another status or error code.