Project Related Messages
Error codes related to project operations.
Overview
| Code | Message | Description |
|---|---|---|
PRJ001 | プロジェクト {0} は存在しません。 | Project not found with the provided ID. |
PRJ002 | ユーザー {0} はすでにプロジェクトに存在しています。 | User already exists in the project, violates unique constraint. |
PRJ003 | ユーザー {0} プロジェクトの所有者ではありません。 | User is not the owner of the project. |
PRJ004 | プロジェクトクォータが見つかりません。 | Quota not found for the project. |
PRJ005 | プロジェクト {0} が重複しています。別の名前を試してください。 | Project name already exists, violates unique constraint. |
PRJ006 | プロジェクト {0} が削除されました。 | Project has been deleted from the system. |
PRJ007 | 追加できるユーザーの数を超えています。 | Exceeded the maximum number of users allowed to add to the project. |
PRJ008 | プロジェクトには 1 人のユーザー管理者が必要です。 | Project must have at least one user administrator. |
PRJ009 | プロジェクト {0} はユーザー単独のプロジェクトであるため、削除できません。 | Cannot delete the user's only project. |
PRJ010 | ID が {0} のユーザーはこのプロジェクトにのみ参加しています。 | These users only belong to this project. |
PRJ011 | ユーザー {0} は利用不可になりました。 | User has been disabled. |
PRJ012 | ユーザー {0} の請求アカウントが見つかりませんでした。 | Billing account not found for the user. |
PRJ013 | ID 「{0}」のプロジェクトは有効な請求アカウントを持っていません。 | Project does not have an active billing account. |
PRJ014 | ID ({0}) のプロジェクトには ID {1} のユーザーが存在しません。 | User does not exist in the specified project. |
PRJ015 | すでにこのプロジェクトの作成者またはメンバーであるため、自分自身を再度追加することはできません。 | Cannot add yourself to the project when you are already a member. |
Error Code Details
PRJ001
Message
プロジェクト {0} は存在しません。
Description
Project not found with the provided ID.
Root Cause
- The project ID provided does not match any existing project.
Resolution
- Verify the project ID and ensure it exists.
PRJ002
Message
ユーザー {0} はすでにプロジェクトに存在しています。
Description
User already exists in the project, violates unique constraint.
Root Cause
- The specified user has already been added to the project.
Resolution
- The user is already in the project; no action needed.
PRJ003
Message
ユーザー {0} プロジェクトの所有者ではありません。
Description
User is not the owner of the project.
Root Cause
- The action requires project ownership, but the user is not the owner.
Resolution
- Contact the project owner for this action.
PRJ004
Message
プロジェクトクォータが見つかりません。
Description
Quota not found for the project.
Root Cause
- No quota has been configured for this project.
Resolution
- Contact the admin to configure project quota.
PRJ005
Message
プロジェクト {0} が重複しています。別の名前を試してください。
Description
Project name already exists, violates unique constraint.
Root Cause
- A project with the provided name already exists in the system.
Resolution
- Use a different project name.
PRJ006
Message
プロジェクト {0} が削除されました。
Description
Project has been deleted from the system.
Root Cause
- The specified project was previously deleted.
Resolution
- The project has been deleted; no further action possible.
PRJ007
Message
追加できるユーザーの数を超えています。
Description
Exceeded the maximum number of users allowed to add to the project.
Root Cause
- The project has reached its user limit.
Resolution
- Request a quota increase or remove existing users first.
PRJ008
Message
プロジェクトには 1 人のユーザー管理者が必要です。
Description
Project must have at least one user administrator.
Root Cause
- The action would remove the last user administrator from the project.
Resolution
- Assign another user as administrator before this action.
PRJ009
Message
プロジェクト {0} はユーザー単独のプロジェクトであるため、削除できません。
Description
Cannot delete the user's only project.
Root Cause
- The user has only one project and cannot delete it.
Resolution
- Create another project before deleting this one.
PRJ010
Message
ID が {0} のユーザーはこのプロジェクトにのみ参加しています。
Description
These users only belong to this project.
Root Cause
- The specified users are members of only this project and cannot be removed without reassignment.
Resolution
- Move these users to another project before proceeding.
PRJ011
Message
ユーザー {0} は利用不可になりました。
Description
User has been disabled.
Root Cause
- The specified user account has been disabled by an administrator.
Resolution
- Contact the admin to re-enable the user.
PRJ012
Message
ユーザー {0} の請求アカウントが見つかりませんでした。
Description
Billing account not found for the user.
Root Cause
- The specified user does not have a billing account associated.
Resolution
- Create a billing account for the user or contact billing support.
PRJ013
Message
ID 「{0}」のプロジェクトは有効な請求アカウントを持っていません。
Description
Project does not have an active billing account.
Root Cause
- The project has no active billing account configured.
Resolution
- Set up an active billing account for the project.
PRJ014
Message
ID ({0}) のプロジェクトには ID {1} のユーザーが存在しません。
Description
User does not exist in the specified project.
Root Cause
- The specified user is not a member of the project.
Resolution
- Add the user to the project first.
PRJ015
Message
すでにこのプロジェクトの作成者またはメンバーであるため、自分自身を再度追加することはできません。
Description
Cannot add yourself to the project when you are already a member.
Root Cause
- The user is attempting to add themselves to a project they already belong to.
Resolution
- No action needed; you are already a member of this project.