Class GroupErrorCodes
Inheritance
System.Object
GroupErrorCodes
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.Groups.Rest.Contracts
Assembly: EPiServer.Social.Groups.Rest.Contracts.dll
Version: 1.5.4Syntax
public class GroupErrorCodes
Constructors
GroupErrorCodes()
Declaration
public GroupErrorCodes()
Fields
AssociationExists
Declaration
public const string AssociationExists = "ASSOCIATION_EXISTS"
Field Value
| Type | Description |
|---|---|
| System.String |
InvalidDescription
Declaration
public const string InvalidDescription = "INVALID_DESCRIPTION"
Field Value
| Type | Description |
|---|---|
| System.String |
InvalidGroup
Declaration
public const string InvalidGroup = "INVALID_GROUP"
Field Value
| Type | Description |
|---|---|
| System.String |
MemberExists
Declaration
public const string MemberExists = "MEMBER_EXISTS"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingName
Declaration
public const string MissingName = "MISSING_NAME"
Field Value
| Type | Description |
|---|---|
| System.String |