Group Related Messages
Error codes related to group operations.
Overview
| Code | Message | Description |
|---|---|---|
GRP001 | Group {0} does not exist | Group not found with the provided ID. |
GRP002 | Group {0} has already existed | Group already exists, violates unique constraint. |
Error Code Details
GRP001
Message
Group {0} does not exist
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
Group {0} has already existed
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.