Group Related Messages
Error codes related to group operations.
Overview
| Code | Message | Description |
|---|---|---|
GRP001 | グループ {0} は存在しません。 | Group not found with the provided ID. |
GRP002 | グループ {0} はすでに存在しています。 | Group already exists, violates unique constraint. |
Error Code Details
GRP001
Message
グループ {0} は存在しません。
Description
Group not found with the provided ID.
Root Cause
- The group ID provided does not match any existing group.
Resolution
- Verify the group ID and ensure it exists.
GRP002
Message
グループ {0} はすでに存在しています。
Description
Group already exists, violates unique constraint.
Root Cause
- A group with the provided name or identifier already exists in the system.
Resolution
- Use a different group name.