ErrorCodes

Description

Package: com.ibm.rpm.scopemanagement.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.

Scope Management errors are specific to the scope management section of the API.

Scope Management error codes ranges: 404,001 - 405,000
  • 404,001 - 404,299: validation codes
  • 404,300 - 404,499: xpath codes
  • 404,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Scope Management Validation Error Codes
Code Description
404001 A scope element cannot have a duplicate scope element with the same ID.
404002 Scope elements can only have duplicates that are in the same project.

Inherited Fields

N/A

Related Objects

N/A