StatusMessage

Defines the error message for the last function call. This variable is set at the end of a service call, but it can be set during a service call.

This variable is typically displayed on an error page when the abortToErrorPage function is called.

Type and Usage

Output

  • Returns OK if the last function call was successful.

  • Returns a localized error message if the last function call failed.

Example

Returns the current status message:

<$StatusMessage$>

See Also