Error Codes Reference
Complete reference of BroxiAI error codes, messages, and solutions
HTTP Status Codes
Client Error Codes (4xx)
Code
Status
Meaning
Common Causes
Solutions
Server Error Codes (5xx)
Code
Status
Meaning
Common Causes
Solutions
BroxiAI-Specific Error Codes
Authentication Errors
AUTH_TOKEN_INVALID
AUTH_TOKEN_EXPIRED
AUTH_INSUFFICIENT_SCOPE
Workflow Errors
WORKFLOW_NOT_FOUND
WORKFLOW_NOT_PUBLISHED
WORKFLOW_EXECUTION_FAILED
WORKFLOW_TIMEOUT
Component Errors
COMPONENT_CONFIGURATION_ERROR
COMPONENT_CONNECTION_ERROR
COMPONENT_EXECUTION_ERROR
API Integration Errors
API_KEY_INVALID
API_QUOTA_EXCEEDED
API_SERVICE_UNAVAILABLE
Data Processing Errors
FILE_TOO_LARGE
FILE_FORMAT_UNSUPPORTED
TEXT_PROCESSING_FAILED
Memory and State Errors
MEMORY_LIMIT_EXCEEDED
SESSION_EXPIRED
STATE_PERSISTENCE_FAILED
Rate Limiting Errors
RATE_LIMIT_EXCEEDED
CONCURRENT_EXECUTION_LIMIT
Error Response Format
Response Fields
Error Handling Best Practices
1. Implement Proper Error Handling
2. Implement Retry Logic
3. Log Errors Properly
Debugging Tips
1. Use Request IDs
2. Enable Debug Logging
3. Test with Minimal Examples
Getting Help
Last updated