Table of Contents

Class ErrorGroups.Rbac

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Rbac errors.

public static class ErrorGroups.Rbac
Inheritance
ErrorGroups.Rbac
Inherited Members

Fields

AuthorizationFailed

AuthorizationFailed error.

public const int AuthorizationFailed = 65601551

Field Value

int

CommonRbac

CommonRbac error.

public const int CommonRbac = 65601537

Field Value

int

ErrorPrefix

Rbac error prefix.

public const string ErrorPrefix = "GG"

Field Value

string

GroupCode

Rbac group code.

public const short GroupCode = 1001

Field Value

short

GroupName

Rbac group name.

public const string GroupName = "RBAC"

Field Value

string

IllegalPrivilege

IllegalPrivilege error.

public const int IllegalPrivilege = 65601549

Field Value

int

IllegalPrivilegeSelector

IllegalPrivilegeSelector error.

public const int IllegalPrivilegeSelector = 65601550

Field Value

int

RoleAlreadyExists

RoleAlreadyExists error.

public const int RoleAlreadyExists = 65601544

Field Value

int

RoleAssignmentExists

RoleAssignmentExists error.

public const int RoleAssignmentExists = 65601547

Field Value

int

RoleAssignmentNotFound

RoleAssignmentNotFound error.

public const int RoleAssignmentNotFound = 65601546

Field Value

int

RoleGranted

RoleGranted error.

public const int RoleGranted = 65601548

Field Value

int

RoleNotFound

RoleNotFound error.

public const int RoleNotFound = 65601543

Field Value

int

RoleValidation

RoleValidation error.

public const int RoleValidation = 65601545

Field Value

int

SystemUserModification

SystemUserModification error.

public const int SystemUserModification = 65601552

Field Value

int

UserAlreadyExists

UserAlreadyExists error.

public const int UserAlreadyExists = 65601540

Field Value

int

UserAssignmentExists

UserAssignmentExists error.

public const int UserAssignmentExists = 65601542

Field Value

int

UserNotFound

UserNotFound error.

public const int UserNotFound = 65601538

Field Value

int

UserUpdate

UserUpdate error.

public const int UserUpdate = 65601541

Field Value

int

UserValidation

UserValidation error.

public const int UserValidation = 65601539

Field Value

int