---
title: "Retrieves detailed error data related to the error code."
method: GET
path: "/dx/api/people/v1/errors/{errorCode}"
tags: ["Utils"]
---

# Retrieves detailed error data related to the error code.

`GET /dx/api/people/v1/errors/{errorCode}`

This endpoint is used to retrieve detailed error data related to the error code. 
  The endpoint is referenced within error responses for other API endpoints to provide more information about the error.
  This endpoint provides a JSON based response and can thus be used for programmatic error handling, but can also provide plain text error messages for human readability and usage in UI.

## Response `200`

Error retrieval successful.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.

## Changes

- **2025-03-19** `2267cfc94cf0` — 2 breaking
  - removed the media type `*/*` for the response with the status `200`
  - removed the media type `exampleError` for the response with the status `200`
- **2025-03-19** `355f7332f550` — 2 info
  - added the media type `*/*` for the response with the status `200`
  - added the media type `exampleError` for the response with the status `200`

[Change history](https://skmtc.dev/hcl-tech-software/apis/people-api-v1-server/changes/dx/api/people/v1/errors/:errorCode/get.md)

---

[API](https://skmtc.dev/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.dev/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
