ErrorCodes

Description

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

Workflow errors are specific to the workflow section of the API.

Workflow error codes ranges: 408,001 - 409,000
  • 408,001 - 408,299: validation codes
  • 408,300 - 408,499: xpath codes
  • 408,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. Validation Error Codes
Field Detail
408001 Cannot start a workflow on an object of this type.
408002 Workflow must be activated.

Inherited Fields

N/A

Related Objects

N/A