Error Handling
Guru Pay uses consistent and structured error responses to help you debug and recover from failed requests easily.
Error Response Format
{
"status": false,
"status_code": 422,
"message": "VALIDATION_ERROR",
"errors": {
"email": ["The email field is required."],
"password": ["The password must be at least 8 characters."]
}
}Field
Type
Descriptio
Common Error Types
HTTP Code
Message
Description
Last updated
Was this helpful?
