Show / Hide Table of Contents

Class AbpAuthorizationErrorCodes

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

Fields

GivenPolicyHasNotGranted

Declaration
public const string GivenPolicyHasNotGranted = "Volo.Authorization:010001"
Field Value
Type Description
string

GivenPolicyHasNotGrantedForGivenResource

Declaration
public const string GivenPolicyHasNotGrantedForGivenResource = "Volo.Authorization:010003"
Field Value
Type Description
string

GivenPolicyHasNotGrantedWithPolicyName

Declaration
public const string GivenPolicyHasNotGrantedWithPolicyName = "Volo.Authorization:010002"
Field Value
Type Description
string

GivenRequirementHasNotGrantedForGivenResource

Declaration
public const string GivenRequirementHasNotGrantedForGivenResource = "Volo.Authorization:010004"
Field Value
Type Description
string

GivenRequirementsHasNotGrantedForGivenResource

Declaration
public const string GivenRequirementsHasNotGrantedForGivenResource = "Volo.Authorization:010005"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform