HTTP Status Codes
Error Response fields
Example
{
"name": "Not Found",
"message": "The requested record with id 8f14e83c-10a0-46a4-9028-c56916162b7c could not be found or is inaccessible",
"code": 0,
"status": 404,
"type": "yii\\web\\NotFoundHttpException"
}Troubleshooting requests
Bad Request - 400
Cause
Solution
Unauthorized - 401
Cause
Solution
Not Found - 404
Cause
Solution
Last updated