Error Handling
Basically, if status is getting false, you can expect these errors.
Common Error Responses
{
"status": false,
"errors": {
"auth": ["Wrong credentials or expired token"]
}
}{
"status": false,
"insert_coin": true
}Model-Specific Errors
{
"status": false,
"error": "Something wrong with main server",
"response": "Detailed error message"
}Response Status Codes
Status Code
Description
Last updated