Function errh::Filename(err)

errh::Filename

The function errh::Filename returns the file in which the error occurred during reading from file

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

Arguments

err

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

Return Value

Returns a string containing the filename in which the error occurred, if that error occurred during reading from file and the empty string 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::Line and errh::Column.