Class AbpAuthorizationErrorCodes
Inheritance
AbpAuthorizationErrorCodes
Assembly: Volo.Abp.Authorization.dll
Syntax
public static class AbpAuthorizationErrorCodes
Fields
GivenPolicyHasNotGranted
Declaration
public const string GivenPolicyHasNotGranted = "Volo.Authorization:010001"
Field Value
GivenPolicyHasNotGrantedForGivenResource
Declaration
public const string GivenPolicyHasNotGrantedForGivenResource = "Volo.Authorization:010003"
Field Value
GivenPolicyHasNotGrantedWithPolicyName
Declaration
public const string GivenPolicyHasNotGrantedWithPolicyName = "Volo.Authorization:010002"
Field Value
GivenRequirementHasNotGrantedForGivenResource
Declaration
public const string GivenRequirementHasNotGrantedForGivenResource = "Volo.Authorization:010004"
Field Value
GivenRequirementsHasNotGrantedForGivenResource
Declaration
public const string GivenRequirementsHasNotGrantedForGivenResource = "Volo.Authorization:010005"
Field Value