Function errh::InsideCategory(err, cat)

errh::InsideCategory

The function errh::InsideCategory returns 1 if the error is inside the given category.

errh::InsideCategory(
        err,  ! (input) an element
        cat   ! (input) an element
)

Arguments

err

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

cat

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

Return Value

Returns 1 if err in inside the category cat and 0 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 functions errh::Code and errh::Category.