Class: ErrorLine

tibco.objectapi.common.exception.ErrorLine

new ErrorLine()

Single error or warning message, containing an error code, message string and parameters. Constructs a new ErrorLine.

The following features are supported:

Members

code :string

Code associated with this error. This property holds the value of the 'Code' attribute.
Type:
  • string

message :string

Default English form of the error message. This property holds the value of the 'Message' attribute.
Type:
  • string

parameter :Array.<string>

Array of parameter values that can be applied to a foreign language message. This property holds the value of the 'Parameter' attribute list.
Type:
  • Array.<string>