Table 4-46 Table; Aci_Perror - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

aci_perror

#include "aci.h"
int aci_perror( char *error_prefix )
Figure 4-86
Table 4-37
Parameter
Error_prefix
/* Write DAS error message with usr text prepended */
if ( d_errno )
{
}
Figure 4-87
4-96
DAS ACI Functions
The aci_perror function writes DAS error text to standard
error. See Figure 4-86.
aci_perror Function Call
The aci_perror function writes an error message to the
standard error device, describing the last error encountered.
The error message is either returned by the DAS server, or if
not available, the error message is selected according to the
value stored in d_errno.The parameter error_prefix is
attached to the message. See Table 4-37.
Parameter for the aci_perror Function Call
message (error, warning or information) stored in d_errno
See Figure 4-87 for an example of the aci_perror function.
aci_perror( "This text is prepended: " );
Example of the aci_perror Function
Description
601626-B

Advertisement

Table of Contents
loading

Table of Contents