Class WorkflowItemErrorCodes

Inheritance
System.Object
WorkflowItemErrorCodes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Moderation.Rest.Contracts
Assembly: EPiServer.Social.Moderation.Rest.Contracts.dll
Version: 1.5.4
Syntax
public static class WorkflowItemErrorCodes

Fields

InvalidState

Declaration
public const string InvalidState = "INVALID_WORKFLOW_ITEM_STATE"
Field Value
Type Description
System.String

InvalidTarget

Declaration
public const string InvalidTarget = "INVALID_WORKFLOW_ITEM_TARGET"
Field Value
Type Description
System.String

InvalidWorkflow

Declaration
public const string InvalidWorkflow = "INVALID_WORKFLOW_ITEM_WORKFLOW"
Field Value
Type Description
System.String

InvalidWorkflowItem

Declaration
public const string InvalidWorkflowItem = "INVALID_WORKFLOW_ITEM"
Field Value
Type Description
System.String

InvalidWorkflowState

Declaration
public const string InvalidWorkflowState = "INVALID_WORKFLOW_STATE"
Field Value
Type Description
System.String

WorkflowNotFound

Declaration
public const string WorkflowNotFound = "WORKFLOW_NOT_FOUND"
Field Value
Type Description
System.String
arrow_upward