GINO Graphics Suite - GINO v9.0  

gEnqNumberOfErrors

Syntax

[C/C++:]
void gEnqNumberOfErrors(int *count);
[F90:]
subroutine gEnqNumberOfErrors(count)
integer, intent(out) :: count

Arguments

count
Number of trapped errors and warnings

= -1, Error trapping disabled

Description

The routine gEnqNumberOfErrors() returns the number of errors and warnings generated since the last call to gSetErrorTrap(1). If error trapping is disabled, count is returned set to -1. A call to gEnqLastErrors() will return the actual error and warning numbers generated (up to a maximum of 12).

See Also

gEnqNumberOfErrors Usage
gEnqLastErrors
gSetErrorTrap