Mar 2, 2021
Hi Paolo,
thanks for article,
I have one question what if instead of
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
your call is returning error
{
"error": 404,
message: "No user"
}
How you would handle this?
Hi Paolo,
thanks for article,
I have one question what if instead of
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
your call is returning error
{
"error": 404,
message: "No user"
}
How you would handle this?