HP SVA V2.0 Parallel Compositing Reference Guide

pcGetErrorString(3)
NAME
pcGetErrorString -- Gets a text description of a PCerr.
Synopsis
PCstring pcGetErrorString(
PCerr error
);
Parameters
error
A Library error code.
Returns
A string describing the Library error code passed as the first parameter. If the parameter error
is not a Library error code, “Unknown error is returned. The program must not free the storage
holding the string.
Description
This function is used to convert an error code returned by a Library function into a string that
describes the error code.
72