Skip to main content

Group Related Messages

Error codes related to group operations.


Overview

CodeMessageDescription
GRP001Group {0} does not existGroup not found with the provided ID.
GRP002Group {0} has already existedGroup 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

  1. 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

  1. Use a different group name.