mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
14 lines
389 B
Plaintext
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.
|