Errors
Error Code
Description
{
"errors": {
"code": "resource_not_found",
"message": "Resource not found",
"parameter": "id"
}
}Last updated
When an error occurs, Senmo provides an object containing detailed information to help identify the issue. Below is a list of frequently encountered error codes.
parameter_invalid
The value provided for the parameter is invalid
parameter_missing
No value has been provided for the parameter
resource_not_found
The resource couldn't be found for the identifier
{
"errors": {
"code": "resource_not_found",
"message": "Resource not found",
"parameter": "id"
}
}Last updated