Rest API - Error Handling
Look at this REST API error response snippet:
{
"status": 200,
"error": "Invalid input data"
}What is wrong with this error code usage?
Look at this REST API error response snippet:
{
"status": 200,
"error": "Invalid input data"
}What is wrong with this error code usage?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions