Function errh::Multiplicity(err)

errh::Multiplicity

The function errh::Multiplicity returns the number of occurrences of this error.

errh::Multiplicity(
        err  ! (input) an element
)

Arguments

err

An element in the set errh::PendingErrors referencing an error.

Return Value

Returns the number of occurrences of this error.

Note

When err does not 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::Code, errh::Category, errh::Message and errh::Severity.