Error Handling
Monitor and manage errors in your Wizlay clusters
Request Logs
Track all requests at both cluster and action levels through the Request Log tab. Each log entry shows the status and relevant error details.
Error Webhooks
Receive instant notifications about errors through webhooks configured at the cluster level.
Request Logs
Request logs provide visibility into your API calls and help diagnose issues quickly.

Log Details
Status
"Success" or "Error" indicating request outcome
Error Message
Concise description of what went wrong (for errors)
Error Webhooks
Configure webhooks in your cluster settings to receive real-time error notifications.

Webhook Payload
{
"errorType": "Webhook Error Test",
"clusterName": "Vicki Hawkins",
"errorMessage": "Test from wizlay",
"timestamp": "2025-03-12T09:26:55.197Z"
}
errorType
Category or type of error that occurred
clusterName
Name of the cluster where the error occurred
errorMessage
Detailed description of the error
timestamp
UTC timestamp when the error occurred
Best Practices
1. Regularly monitor request logs to identify patterns and issues
2. Set up webhooks for critical clusters to receive immediate error notifications
3. Use error messages from logs to guide your debugging process
4. Implement proper error handling in your application based on error types