Skip to main content

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 CodeDescriptionCommon Scenarios
200Successfully processed requestRequest completed successfully, response data returned
400Bad Request - Invalid or malformed requestRequest 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
401Unauthenticated - Authentication failedMissing or invalid authentication credentials
403Forbidden - Access deniedInsufficient permissions, license issues, or EULA not accepted
404Not Found - Resource not foundRequested resource doesn't exist or tenant isolation violation
405Method Not AllowedUsing wrong HTTP method for endpoint
409Conflict - Resource conflictResource already exists or concurrent modification detected
422Unprocessable Entity - Validation failedRequest validation errors or malformed data
500Internal Server ErrorUnexpected server error or critical system failure