mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
---
|
|
code: not_found
|
|
title: Not found
|
|
status: 404
|
|
---
|
|
|
|
# Not found
|
|
|
|
The requested resource does not exist or is not available at the requested path.
|
|
|
|
## When It Happens
|
|
|
|
This can happen when the URL is incorrect, the resource identifier does not exist, or the resource is not visible through the public API.
|
|
|
|
## How To Fix
|
|
|
|
Check the endpoint path and resource identifier, then retry with a resource that exists and is available to the request.
|