Project Related Messages
Error codes related to project operations.
Overview
| Code | Message | Description |
|---|---|---|
PRJ001 | Project {0} does not exist | Project not found with the provided ID. |
PRJ002 | User {0} already exists in this project | User already exists in the project, violates unique constraint. |
PRJ003 | User {0} not owner of this project | User is not the owner of the project. |
PRJ004 | Project quota not found | Quota not found for the project. |
PRJ005 | Project {0} is duplicated. Please try another name | Project name already exists, violates unique constraint. |
PRJ006 | Project {0} has been deleted | Project has been deleted from the system. |
PRJ007 | Exceeding the number of users allowed to add | Exceeded the maximum number of users allowed to add to the project. |
PRJ008 | Project must have one user administrator | Project must have at least one user administrator. |
PRJ009 | You cannot delete project {0} because it is your only project. | Cannot delete the user's only project. |
PRJ010 | Users with IDs {0} only join this project. | These users only belong to this project. |
PRJ011 | User {0} was disabled. | User has been disabled. |
PRJ012 | Billing account of user {0} was not found. | Billing account not found for the user. |
PRJ013 | Project with id {0} does not have an active billing account | Project does not have an active billing account. |
PRJ014 | The project with ID ({0}) does not have a user with ID {1}. | User does not exist in the specified project. |
PRJ015 | You're already the creator or a member of this project and cannot add yourself again. | Cannot add yourself to the project when you are already a member. |
Error Code Details
PRJ001
Message
Project {0} does not exist
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
User {0} already exists in this project
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
User {0} not owner of this project
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
Project quota not found
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
Project {0} is duplicated. Please try another name
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
Project {0} has been deleted
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
Exceeding the number of users allowed to add
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
Project must have one user administrator
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
You cannot delete project {0} because it is your only project.
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
Users with IDs {0} only join this project.
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
User {0} was disabled.
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
Billing account of user {0} was not found.
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
Project with id {0} does not have an active billing account
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
The project with ID ({0}) does not have a user with 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
You're already the creator or a member of this project and cannot add yourself again.
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.