ErrorCodes

Description

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

Resource errors are specific to the resources section of the API.

Resource error codes ranges: 403,001 - 404,000
  • 403,001 - 403,299: validation codes
  • 403,300 - 403,499: xpath codes
  • 403,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Resource Validation Error Codes
Code Description
403001 Cannot specify a 'ReverifiedBy' Resource if the 'VerifiedBy' Resource is null.
Table 2. Resource Manager Error Codes
Code Description
403500 The proficiency level specified does not exist.

Inherited Fields

N/A

Related Objects

N/A