Class MemberErrorCodes
Inheritance
System.Object
MemberErrorCodes
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 MemberErrorCodes
Constructors
MemberErrorCodes()
Declaration
public MemberErrorCodes()
Fields
DuplicateMember
Declaration
public const string DuplicateMember = "DUPLICATE_MEMBER"
Field Value
| Type | Description |
|---|---|
| System.String |
GroupNotFound
Declaration
public const string GroupNotFound = "GROUPS_NOT_FOUND"
Field Value
| Type | Description |
|---|---|
| System.String |
InvalidMember
Declaration
public const string InvalidMember = "INVALID_MEMBER"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingExtension
Declaration
public const string MissingExtension = "MISSING_EXTENSION"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingGroup
Declaration
public const string MissingGroup = "MISSING_GROUP"
Field Value
| Type | Description |
|---|---|
| System.String |
MissingUser
Declaration
public const string MissingUser = "MISSING_USER"
Field Value
| Type | Description |
|---|---|
| System.String |
RoleNotFound
Declaration
public const string RoleNotFound = "ROLE_NOT_FOUND"
Field Value
| Type | Description |
|---|---|
| System.String |