# View specific error codes in runtime logs

DevFeed: [View specific error codes in runtime logs](<https://devfeed.tech/articles/view-specific-error-codes-in-runtime-logs-1192.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/view-specific-error-codes-in-runtime-logs>)

Author: Mark Knichel

Published: 2026-03-23T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [errors](<https://devfeed.tech/tags/errors.md>), [http](<https://devfeed.tech/tags/http.md>), [logs](<https://devfeed.tech/tags/logs.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel runtime logs now show specific error codes alongside HTTP status codes in the request details panel, helping diagnose failed requests.

## Source excerpt

You can now view specific error codes in runtime logs. Runtime logs helps you view and troubleshoot errors in your applications on Vercel. In addition to the HTTP status response code, we also list the specific error code the request details panel of the runtime logs page of the Vercel dashboard. This makes it easier to diagnose why a request failed. Learn more about errors on Vercel. Read more