mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
---
|
|
code: validation_error
|
|
title: Validation error
|
|
status: 422
|
|
---
|
|
|
|
# Validation error
|
|
|
|
The request was understood, but one or more submitted values failed validation.
|
|
|
|
## When It Happens
|
|
|
|
This usually means a submitted field is missing, malformed, out of range, duplicated, or conflicts with another value.
|
|
|
|
## How To Fix
|
|
|
|
Inspect the `detail` message for the field-specific issue, update the submitted values, and retry the request.
|