ErrorCodes

Description

Package: com.ibm.rpm.document.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 properties file errorCode.properties according to the integer error code provided.

Document errors are specific to the document section of the API.

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

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Document Validation Error Codes
Code Description
402001 The types of DocumentElements specified are not valid.

Inherited Fields

N/A

Related Objects

N/A