Error Code Lookup
One search box, every code we reference. Type an HTTP status, a Windows 0x… code, a Git message code, a Linux signal number, or a SQL Server error number — the lookup matches exact codes first, then partial codes and descriptions.
Each result opens the full reference page: what the code means, the context where it typically appears, soft causes, and related codes worth distinguishing from it.
What this lookup covers
The index is generated from the same reviewed dataset that powers every reference page on this site, so the lookup and the pages can never drift apart. Current coverage by category:
- Web96 codes — HTTP, Nginx, Cloudflare, Chromium, CORS
- Software119 codes — Git, Docker, SQL Server
- OS92 codes — Windows, Linux
Or jump straight to a collection:
A note on what you will (and won't) find
FixerCode pages explain codes — meaning, context, and related codes — rather than promising repairs. Where a category allows structured fix guidance, the reference page carries it; this lookup simply gets you to the right page. How entries are sourced and reviewed is documented on the methodology page.
Embed this lookup on your site
The lookup ships as a self-contained embeddable page: one iframe, no cookies, no ads, no scripts beyond the search itself. Results open in a new tab, so the host page stays where the reader left it. Copy the snippet, drop it into docs, internal tools, or a status page, and it will search the same reviewed dataset that powers this site.
<iframe
src="https://fixercode.com/embed/lookup"
title="FixerCode Error Code Lookup"
loading="lazy"
height="560"
style="width:100%;border:1px solid #E1E7E4;border-radius:12px"
></iframe>The widget loads from fixercode.com/embed/lookup and reads the public search index — nothing is collected from the host page. Adjust the height to taste; 560px fits the input plus two rows of results.