Enum InvalidCommentErrorCode
Enumeration used to reflect error codes for invalid comments.
Namespace: EPiServer.Social.Comments.Core
Assembly: EPiServer.Social.Comments.Core.dll
Version: 1.5.4Syntax
public enum InvalidCommentErrorCode
Fields
| Name | Description |
|---|---|
| COMMENT_EMPTY | Error code reflecting that the comment is empty |
| COMMENT_EXCEEDS_MAXLENGTH | Error code reflecting that the comment exceeds the max length |
| UNKNOWN | Error code reflecting an invalid comment |