ERRORSY50132
Interaction Request does not exist
The Synup API returns SY50132 in the errors array when this happens.
What the response looks like
Response
{
"data": null,
"errors": [
{
"message": "Interaction Request does not exist",
"context": {},
"code": "SY50132"
}
]
}Where it comes from
Documented under Interactions. 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 Interactions errors
| Code | Message |
|---|---|
SY50100 | Note must not be empty |
SY50101 | Widget name `$name` already used |
SY50102 | Name must not be empty |
SY50103 | Response content must not be empty |
SY50104 | Invalid site name provided |
SY50105 | Invalid URL provided |
SY50106 | Cannot update connected sites |
SY50107 | Template does not exist |
SY50108 | User config does not exist |
SY50109 | Template name already used |
SY50110 | ratings should be between [1-5] |
SY50111 | Invalid SiteUrls |