> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ErpSyncResponseCode

# <a id="SuperOffice_WebApi_Data_ErpSyncResponseCode" /> Enum ErpSyncResponseCode

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Response codes used by ErpSync services

```csharp theme={null}
public enum ErpSyncResponseCode
```

## Fields

`ErrorConnectorHasConnections = 1`

1: Could not perform operation because connector has connections

`ErrorNotFound = 2`

2: Could not perform operation because the entity wasn't found

`NoError = 0`

0: No error


## Related topics

- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [SuperOffice.WebApi.Data.ErpSync SyncAllRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_SyncAllRequest.md)
- [SuperOffice.WebApi.Data.ErpSync GetErpSyncConnectionSummaryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_GetErpSyncConnectionSummaryRequest.md)
- [SuperOffice.WebApi.Data.ErpSync SaveErpConnectionSyncPrioritiesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_SaveErpConnectionSyncPrioritiesRequest.md)
- [SuperOffice.WebApi.Data.ErpSync CanDeleteErpSyncConnectorEntityRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_CanDeleteErpSyncConnectorEntityRequest.md)
