Show / Hide Table of Contents

Class IdentityErrorCodes

Inheritance
object
IdentityErrorCodes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentityErrorCodes

Fields

CanNotChangeTwoFactor

Declaration
public const string CanNotChangeTwoFactor = "Volo.Abp.Identity:010008"
Field Value
Type Description
string

ClaimNameExist

Declaration
public const string ClaimNameExist = "Volo.Abp.Identity:010021"
Field Value
Type Description
string

DuplicateOrganizationUnitDisplayName

Declaration
public const string DuplicateOrganizationUnitDisplayName = "Volo.Abp.Identity:010004"
Field Value
Type Description
string

ExternalUserPasswordChange

Declaration
public const string ExternalUserPasswordChange = "Volo.Abp.Identity:010003"
Field Value
Type Description
string

MaxAllowedOuMembership

Declaration
public const string MaxAllowedOuMembership = "Volo.Abp.Identity:010002"
Field Value
Type Description
string

StaticRoleDeletion

Declaration
public const string StaticRoleDeletion = "Volo.Abp.Identity:010006"
Field Value
Type Description
string

StaticRoleRenaming

Declaration
public const string StaticRoleRenaming = "Volo.Abp.Identity:010005"
Field Value
Type Description
string

UserSelfDeletion

Declaration
public const string UserSelfDeletion = "Volo.Abp.Identity:010001"
Field Value
Type Description
string

UsersCanNotChangeTwoFactor

Declaration
public const string UsersCanNotChangeTwoFactor = "Volo.Abp.Identity:010007"
Field Value
Type Description
string

YouCannotDelegateYourself

Declaration
public const string YouCannotDelegateYourself = "Volo.Abp.Identity:010009"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform