Files
crewAI/docs/v1.14.7/api/v1/problems.mdx
2026-06-23 17:12:56 -03:00

14 lines
389 B
Plaintext

---
title: "Problems"
description: "Error responses returned by the CrewAI Platform API."
---
# Problems
When a request fails, the Platform API returns an `errors` array. Each item
includes a stable `code`, an HTTP `status`, and a `detail` message with
request-specific context.
Use the pages in this section to understand what each error code means and what
to change before retrying.