ErrorCodes

Description

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

Custom Field errors are specific to the custom field section of the API.

Custom Field error codes ranges: 409,001 - 410,000
  • 409,001 - 409,299: validation codes
  • 409,300 - 409,499: xpath codes
  • 409,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. CustomField Validation Error Codes
Code Description
409002 The datafield specified is not in the required datafield category.
409001 If the datafieldCategory field is set to null, the defaultValue field must also be set to null.

Inherited Fields

N/A

Related Objects

N/A