Function errh::Severity(err)

errh::Severity

The function errh::Severity returns the severity of the error.

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

Arguments

err

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

Return Value

Returns an element in errh::AllErrorSeverities if the information is available and the empty element otherwise.

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 procedures errh::Adapt and errh::MarkAsHandled.