docs: refine platform api preview

This commit is contained in:
Gui Vieira
2026-06-23 17:12:56 -03:00
parent db35033294
commit c8d70afa6f
7 changed files with 68 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
---
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.