ErrorCodes

Description

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

Application administration errors are specific to the application administration section of the API.

Application administration error codes ranges: 401,001 - 402,000
  • 401,001 - 401,299: validation codes
  • 401,300 - 401,499: xpath codes
  • 401,500 +: manager codes

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following tables lists the fields for this object.

Table 1. Validation ErrorCodes
Field Description
401001

Cannot assign multiple attributes deriving from the stated classification ID because the selectType field is set to ‘Single’.

Table 2. Manager ErrorCodes
Field Description
401500

The maximum number of currencies have been created. Cannot create a new currency.

401501

The work intervals specified are not valid.

401502

A work interval must be specified.

401503

Invalid interval(s). An odd number of times is specified.

401504

The type of the attribute is invalid.

401505

The attribute’s root is not a valid type.

Inherited Fields

N/A

Related Objects

N/A