> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
