Class RoleErrorCodes

Inheritance
System.Object
RoleErrorCodes
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.4
Syntax
public class RoleErrorCodes

Constructors

RoleErrorCodes()

Declaration
public RoleErrorCodes()

Fields

AssignmentStillExists

Declaration
public const string AssignmentStillExists = "ASSIGNMENT_STILL_EXISTS"
Field Value
Type Description
System.String

InvalidRole

Declaration
public const string InvalidRole = "INVALID_ROLE"
Field Value
Type Description
System.String

MemberNotFound

Declaration
public const string MemberNotFound = "MEMBER_NOT_FOUND"
Field Value
Type Description
System.String

MissingMember

Declaration
public const string MissingMember = "MISSING_MEMBERID"
Field Value
Type Description
System.String

MissingName

Declaration
public const string MissingName = "MISSING_NAME"
Field Value
Type Description
System.String

RoleNotFound

Declaration
public const string RoleNotFound = "ROLE_NOT_FOUND"
Field Value
Type Description
System.String
arrow_upward