ErrorCodes

Description

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

Scorecard errors are specific to the scorecards section of the API.

Scorecard error codes ranges: 405,001 - 406,000
  • 405,001 - 405,299: validation codes
  • 405,300 - 405,499: xpath codes
  • 405,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Scorecard Validation Error Codes
Code Description
405001

Published property cannot be modified, use publish operation.

405002

Invalid number of selected responses for scorecard question.

405003

The context does not match the object the Scorecard container is being assigned to. This is possibly due to the use of an incorrect module object when creating the Scorecard container.

405004

Only one scorecard can be assigned to the specified container.

Inherited Fields

N/A

Related Objects

N/A