HTTP Status Code

You might say

The page opens to a 404 error. Did I write the wrong link, or was the deployment incomplete?

A three-digit answer from the server about a request: success, redirect, a request problem, or a server failureWhen a page fails to load, 404 indicates a missing route, 400 flags invalid request parameters, and 500 signals an unhandled server crash. Vague UI toasts like 'Load failed' often obscure the root cause, whereas the three-digit HTTP status code in the Network panel tells you immediately which end to debug.
Know first
Status Code
Further reading