Class CommentErrorCodes
Inheritance
System.Object
CommentErrorCodes
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.Comments.Rest.Contracts
Assembly: EPiServer.Social.Comments.Rest.Contracts.dll
Version: 1.5.4Syntax
public class CommentErrorCodes
Constructors
CommentErrorCodes()
Declaration
public CommentErrorCodes()
Fields
InvalidComment
Declaration
public const string InvalidComment = "INVALID_COMMENT"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingBody
Declaration
public const string MissingBody = "MISSING_BODY"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingParent
Declaration
public const string MissingParent = "MISSING_PARENT"
Field Value
| Type | Description |
|---|---|
| System.String |