- Function errh::NumberOfLocations(err)
errh::NumberOfLocations
The function errh::NumberOfLocations
returns the number of locations
stored to which this error is relevant. The relevant locations are file
(if any) that is being read, and the procedures currently active.
errh::NumberOfLocations(
err ! (input) an element
)
Arguments
- err
An element in the set
errh::PendingErrors
referencing an error.
Return Value
Returns the number locations for which this error is relevant.
Note
When err
doesn’t reference an element in errh::PendingErrors
or when the
current filter is the filter To Global Collector
an additional error
will be raised.
See also
The functions errh::Node
, errh::Attribute
and errh::Line
.