Error Codes
This page specifies the error codes for the Prisma AIRS AI Network: API intercept scan APIs. An error response in the API appears in the following format:
{
"error": {
"message": "Successfully scanned request"
}
}
HTTP Status Codes Reference
| HTTP Status Code | Description | Common Scenarios |
|---|---|---|
| 200 | Successfully processed request | Request completed successfully, response data returned |
| 400 | Bad Request - Invalid or malformed request | Request Validation Issues • Empty request body • Unreadable or malformed request body • Wrong request format or content type • Missing required fields Quota and Limits • Quota exceeded: API quota limit reached for job type • Error Code: QUOTA_EXCEEDED• Message: "Quota exceeded for {job_type} jobs" • Applies to scan creation when tenant has exhausted their quota Target Validation (Management Plane) • Invalid connection parameters • Missing or empty API endpoint • Invalid API headers • Invalid request body format • API input key not found in request JSON • Invalid API response key • Target functionality test failed • Authentication validation failed Custom Prompts (Management Plane) • Invalid prompt set configuration • Invalid property names or values • CSV format validation errors |
| 401 | Unauthenticated - Authentication failed | Missing or invalid authentication credentials |
| 403 | Forbidden - Access denied | Insufficient permissions, license issues, or EULA not accepted |
| 404 | Not Found - Resource not found | Requested resource doesn't exist or tenant isolation violation |
| 405 | Method Not Allowed | Using wrong HTTP method for endpoint |
| 409 | Conflict - Resource conflict | Resource already exists or concurrent modification detected |
| 422 | Unprocessable Entity - Validation failed | Request validation errors or malformed data |
| 500 | Internal Server Error | Unexpected server error or critical system failure |