Enum ResponseStateWS
State enum for a response, describes the possible states from totally Ok to Error that an action can return
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/EIS/Connector/1.0")]
public enum ResponseStateWS
Fields
Name | Description |
---|---|
Error | The operation did not complete. The user should be told of the error |
Ok | The operation completed normally - nothing to see here |
OkWithInfo | The operation completed, but there is some information that should be shown or logged |
Warning | The operation completed, possibly in a degraded fashion. The user should be warned |