ERRORSY80104
Site not included in Plan
The Synup API returns SY80104 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Site not included in Plan",
"context": {},
"code": "SY80104"
}
]
}Where it comes from
Documented under User. The context field carries the offending value when one is relevant, and is empty otherwise.
See the full error code reference for every code the API can return.
Other User errors
| Code | Message |
|---|---|
SY80010 | Permission Denied For This Operation |
SY80011 | Role does not belong to your account |
SY80100 | Invalid location |
SY80101 | `$url` is not a valid url |
SY80102 | Location is in archived state |
SY80103 | Access to reseller denied |
SY81000 | Email is a mandatory field |
SY81001 | Email should be unique |
SY81003 | Invalid Email Format |
SY81004 | Password is a mandatory field |
SY81005 | Confirmation password required for new password |
SY81006 | Password must be between 8 and 128 characters |