Multiple choice technology

Information errors will be listed in which series ?

  1. 100 Series

  2. 200 Series

  3. 300 Series

  4. 400 Series

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP 1xx status codes (100-199) are informational responses. They indicate that the server has received the request and is continuing processing. Examples include 100 Continue (client should continue with its request) and 101 Switching Protocols. These are not errors - they're interim responses. The 200 series indicates success, 300 series indicates redirection, and 400 series indicates client errors. Note: The question phrasing 'information errors' is slightly misleading - these are informational responses, not errors.