Skip to main content

Project Related Messages

Error codes related to project operations.


Overview

CodeMessageDescription
PRJ001Project {0} does not existProject not found with the provided ID.
PRJ002User {0} already exists in this projectUser already exists in the project, violates unique constraint.
PRJ003User {0} not owner of this projectUser is not the owner of the project.
PRJ004Project quota not foundQuota not found for the project.
PRJ005Project {0} is duplicated. Please try another nameProject name already exists, violates unique constraint.
PRJ006Project {0} has been deletedProject has been deleted from the system.
PRJ007Exceeding the number of users allowed to addExceeded the maximum number of users allowed to add to the project.
PRJ008Project must have one user administratorProject must have at least one user administrator.
PRJ009You cannot delete project {0} because it is your only project.Cannot delete the user's only project.
PRJ010Users with IDs {0} only join this project.These users only belong to this project.
PRJ011User {0} was disabled.User has been disabled.
PRJ012Billing account of user {0} was not found.Billing account not found for the user.
PRJ013Project with id {0} does not have an active billing accountProject does not have an active billing account.
PRJ014The project with ID ({0}) does not have a user with ID {1}.User does not exist in the specified project.
PRJ015You'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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  1. No action needed; you are already a member of this project.