Errors

When there is an error, Senmo returns an object with as much descriptive information as we can. A list of common error codes can be found below.

{
    "errors": {
        "code": "resource_not_found",
        "message": "resource not found",
        "parameter": "id"
    }
}

Last updated