Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<ResponseStateWS, To>(ResponseStateWS)
Converters.MapEnums<ResponseStateWS, To>(ResponseStateWS)
ObjectExtensions.AssignByReflection<ResponseStateWS>(ResponseStateWS, ResponseStateWS)
ObjectExtensions.GraphCopy<ResponseStateWS>(ResponseStateWS)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top