Errors and Status Codes
Reference for CLI exit codes, SDK exceptions, and REST API error responses.
CLI exit codes
Exit code
Meaning
roboflow --json project get nonexistent 2>error.json
echo $? # 3
cat error.json
# {"error": {"message": "Project 'nonexistent' not found", "hint": "Run 'roboflow project list' to see your projects."}}SDK exceptions
Exception
When
REST API status codes
Status
Meaning
Standard error body
Required scopes
Cross-tool error mapping
Situation
CLI exit
SDK
REST
Last updated
Was this helpful?