SymbDescribeError

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

SymbDescribeError()  

SYNOPSIS

symb_lib/symb_err.c:67

char *SymbDescribeError(SymbFatalErrorType ErrorNum)
 

DESCRIPTION

Returns a string describing a the given error. Errors can be raised by any member of this symb library as well as other users. Raised error will cause an invokation of SymbFatalError function which decides how to handle this error. SymbFatalError can for example, invoke this routine with the error type, print the appropriate message and quit the program.  

PARAMETERS:

ErrorNum: Type of the error that was raised.  

FUNCTION RETURN VALUE

char *: A string describing the error type.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:26:37 GMT, July 20, 2024