---
title: Handling Errors
description: Errors use standard HTTP response codes to return an error message to the caller. These will be in the 400 - 499 range and relate directly to the request. For example, if a resource is not found during an update, a 404 (Not Found) error will be returned.
component: p14e-directory-api
page_id: p14e-directory-api::handle-errors
canonical_url: https://developer.pingidentity.com/p14e-directory-api/handle-errors.html
revdate: November 3, 2025
---

# Handling Errors

Errors use standard HTTP response codes to return an error message to the caller. These will be in the 400 - 499 range and relate directly to the request. For example, if a resource is not found during an update, a `404 (Not Found)` error will be returned.
