The API uses conventional HTTP status codes to indicate the success or failure of a request.
Everything worked as expected.
Usually occurs when the body JSON is malformed or required fields are missing.
The sheet ID does not exist or the requested record was not found.
Something went wrong on the Sheetful server or in communication with Google.
When an error occurs, the response body will contain a JSON object with details:
{
"error": {
"code": "resource_not_found",
"message": "The spreadsheet with the specified ID was not found."
}
}