Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions widget/codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ These status codes are returned by the Syncfy Widget to indicate the progress, s
<td>WrongSite</td>
<td>The given credentials seem to be valid but they belong to a different site from the same organization.</td>
</tr>
<tr>
<td>449</td>
<td>DeprecatedSite</td>
<td>The credential you are trying to sync belongs to a site that is no longer supported.</td>
</tr>
</tbody>
</table>

Expand Down