10 lines
188 B
C#
10 lines
188 B
C#
|
|
namespace Umbraco.Cms.Core;
|
|||
|
|
|
|||
|
|
public static partial class Constants
|
|||
|
|
{
|
|||
|
|
public class ModelStateErrorKeys
|
|||
|
|
{
|
|||
|
|
public const string PermissionError = "PermissionError";
|
|||
|
|
}
|
|||
|
|
}
|