メインコンテンツまでスキップ

Group Related Messages

Error codes related to group operations.


Overview

CodeMessageDescription
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

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

  1. Use a different group name.