TIBCO Patterns Palette Error Codes

Any of the Patterns Palette’s activities can throw the following errors:

TIBCO Patterns Palette Error Codes

Exception

Thrown when …

PatternsPluginException

Unable to connect to the TIBCO Patterns server or an exception associated with the activity.

PatternsSRException

Thrown when a shared resource cannot be constructed.

TIBCO Patterns Plug-in Exception Fields

Exception

Description

msg

A general description of the error.

msgCode

A value from PatternsPluginException General Error Codes.

faultMsg

May provide additional information for certain errors (such as FILE_FORMAT_ERROR).

faultCode

(future use)

serverMsg

A message qualifying the error. It is populated if the error originated on the TIBCO Patterns server. A list of these errors can be found in the TIBCO Patterns Programmer’s Guide or TIBCO Patterns Java API Reference Guide.

serverCode

A code qualifying the error. It is populated if the error originated on the TIBCO Patterns server. A list of these errors can be found in the TIBCO Patterns Programmer’s Guide or TIBCO Patterns Java API Reference Guide.

serverErrorDetails

If the error originated on the TIBCO Patterns server, this may be populated with additional information.

line

(future use)

charpos

(future use)

TIBCO Patterns Plug-in Exception General Error Codes

Error

Code

Description

RESULT_RETRIEVAL_ERROR

TIBCO-BW-SR-PATTERNS-500002

The TIBCO Patterns server returned an unrecognized response.

RESOLVE_SHARED_RESOURCE_ERROR

TIBCO-BW-SR-PATTERNS-500004

The shared resource could not be resolved.

PATTERNS_IO_ERROR

TIBCO-BW-SR-PATTERNS-500005

An error occurred while accessing the TIBCO Patterns server.

PATTERNS_SERVER_ERROR

TIBCO-BW-SR-PATTERNS-500006

The TIBCO Patterns server returned an error.

PATTERNS_ACTIVITY_INPUT_ERROR

TIBCO-BW-SR-PATTERNS-500008

The activity has an invalid input.

PATTERNS_PLUGIN_INTERNAL_ERROR

TIBCO-BW-SR-PATTERNS-500009

An internal TIBCO Patterns Plug-in error occurred.

FILE_FORMAT_ERROR

TIBCO-BW-SR-PATTERNS-500010

There is invalid file content.

For more information on the PatternsSRException fields, see the “Shared Resource Framework Error Codes” topic in the TIBCO ActiveMatrix BusinessWorks Error Codes reference.