Grant and Privilege Messages
Error codes related to grant and privilege operations.
Overview
| Code | Message | Description |
|---|---|---|
GRT001 | 権限 {0} はすでに付与されています。 | Privilege has already been granted, violates unique constraint. |
GRT002 | 権限 {0} はまだ付与されていません。 | Privilege has not yet been granted to this entity. |
PRV001 | 権限 {0} は存在しません。 | Privilege not found with the provided ID. |
PRV002 | 権限 {0} はすでに存在します。 | Privilege already exists, violates unique constraint. |
PRV003 | 特権 ID {0} はすでに存在しています。 | Privilege ID already exists, violates unique constraint. |
Error Code Details
GRT001
Message
権限 {0} はすでに付与されています。
Description
Privilege has already been granted, violates unique constraint.
Root Cause
- The specified privilege has already been granted to the target entity.
Resolution
- No action needed; privilege is already assigned.
GRT002
Message
権限 {0} はまだ付与されていません。
Description
Privilege has not yet been granted to this entity.
Root Cause
- The specified privilege has not been granted to the target entity.
Resolution
- Grant the privilege first before revoking.
PRV001
Message
権限 {0} は存在しません。
Description
Privilege not found with the provided ID.
Root Cause
- The privilege ID provided does not match any existing privilege.
Resolution
- Verify the privilege ID and ensure it exists.
PRV002
Message
権限 {0} はすでに存在します。
Description
Privilege already exists, violates unique constraint.
Root Cause
- A privilege with the provided identifier already exists in the system.
Resolution
- No action needed; privilege is already assigned.
PRV003
Message
特権 ID {0} はすでに存在しています。
Description
Privilege ID already exists, violates unique constraint.
Root Cause
- A privilege with the provided ID already exists in the system.
Resolution
- No action needed; privilege is already assigned.