ErrorCodes

Description

Package: com.ibm.rpm.wbs.constants

Usage

Error codes are used by managers and validation checkpoints to return an error message to the caller. All fields in class ErrorCodes are static, final integers. The error message is retrieved from the properties file errorCode.properties according to the integer error code provided.

WBS errors are specific to the WBS section of the API.

WBS error codes ranges: 407,001 - 408,000
  • 407,001 - 407,299: validation codes
  • 407,300 - 407,499: xpath codes
  • 407,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following tables lists the fields for this object.

Table 1. Wbs Validation ErrorCodes
Field Description
407001

If the Profile's grandparent is not of type GenericProject, the grandparent's project assignmentType must be set to 'Work'.

407002

There were no changes made that can be accepted or rejected.

407003

Please specify which fields to accept/reject. The accept/reject fields for EETC and forecastDates cannot both be set to false.

407004

If the published field is set to 'ToTemplate', the generic project must have a saved parent.

407005

PublishedType 'ToTemplate' is not currently supported.

Inherited Fields

N/A

Related Objects

N/A