Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
412 B ยท 27 lines
TypeScript
12345678910111213141516171819202122232425262728export const codesDict = { "1xx": { prefix: 1, label: "1xx", name: "Informational", }, "2xx": { prefix: 2, label: "2xx", name: "Successful", }, "3xx": { prefix: 3, label: "3xx", name: "Redirection", }, "4xx": { prefix: 4, label: "4xx", name: "Client Error", }, "5xx": { prefix: 5, label: "5xx", name: "Server Error", },} as const;