Enum ErpSyncResponseCode
Response codes used by ErpSync services
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ErpSyncResponseCode
Fields
Name | Description |
---|---|
ErrorConnectorHasConnections | 1: Could not perform operation because connector has connections |
ErrorNotFound | 2: Could not perform operation because the entity wasn't found |
NoError | 0: No error |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ErpSyncResponseCode, To>()