Error.setErrorCode()

The method sets the error code for the error.

Availability
IBM® Security Identity Manager 4.6.x.
Synopsis
error.setErrorCode(int code)
Arguments
code
Integer representing the error code.
Description
This method sets the error code for an error message. The function takes in one Int parameter.
Usage
error.setErrorCode(1);