Project Priority Related Messages
Error codes related to project priority operations.
Overview
| Code | Message | Description |
|---|---|---|
PRP001 | Project priority with ID '{0}' does not exist. Please try another ID. | Project priority not found with the provided ID. |
PRP002 | Project priority for the project '{0}' does not exist. | Project priority not found for the specified project. |
PRP003 | Error updating priority for the project '{0}' to priority '{1}'. Please try again. | Error updating priority for the project. |
Error Code Details
PRP001
Message
Project priority with ID '{0}' does not exist. Please try another ID.
Description
Project priority not found with the provided ID.
Root Cause
- The project priority ID provided does not match any existing priority.
Resolution
- Verify the project priority ID and try again.
PRP002
Message
Project priority for the project '{0}' does not exist.
Description
Project priority not found for the specified project.
Root Cause
- No project priority has been configured for the specified project.
Resolution
- Set up project priority for the specified project.
PRP003
Message
Error updating priority for the project '{0}' to priority '{1}'. Please try again.
Description
Error updating priority for the project.
Root Cause
- An unexpected error occurred while updating the project priority.
Resolution
- Try updating the project priority again.