void Error(const char * format, ...) void Error(const std::string &)
The Error
methods are used to write error messages to the
OEErrorHandler
. Depending upon the value of the
OEErrorHandler
's strict property (see GetStrict
and
SetStrict
), these diagnostics are forwarded to either the
Fatal
or Warning
methods.