Previous Topic: MethodNext Topic: Arguments


Purpose

ServerError() is invoked when an error is detected during the processing of a server to server flow. The parameter failureType describes the origin of this error.

The exit can influence the default runtime error behavior.

When the NOTPROPAGATE_ERR is returned, the calling procedure step continues the execution ignoring the fact that error occurs in the called procedure step.