HP SVA V2.1 Visualization System Software Reference Guide

svaDisplayError(3)
NAME
svaDisplayError -- Writes a text message to STDERR.
Synopsis
svaDisplayError text
Parameters
text
Any text string.
Returns
None.
Description
The text is prefixed with ERROR: and written to STDERR.
Make sure that the job launch script sources the svainit file before this function is called:
. svainit
23