> ## 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.

# Enum ErpSyncResponseCode

> Response codes used by ErpSync services

Response codes used by ErpSync services

## Syntax

```crmscript theme={null}
ErpSyncResponseCode
```

## Fields

| Name                         | Description                                                   |
| ---------------------------- | ------------------------------------------------------------- |
| NoError                      | No error                                                      |
| ErrorConnectorHasConnections | Could not perform operation because connector has connections |
| ErrorNotFound                | Could not perform operation because the entity wasn't found   |


## Related topics

- [SuperOffice.WebApi.Data.ErpSyncResponseCode](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncResponseCode.md)
- [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)
- [Get Erp Field Values](/en/api/reference/restful/agent/erpsync_agent/get-erp-field-values.md)
- [Create Erp Actor From Crm](/en/api/reference/restful/agent/erpsync_agent/create-erp-actor-from-crm.md)
- [Supports Advanced Search](/en/api/reference/restful/agent/erpsync_agent/supports-advanced-search.md)
