API Reference > OdDb Classes > OdDbAuditInfo Class > OdDbAuditInfo Methods > printError Method > OdDbAuditInfo::printError Method (OdString&, OdString&, OdString&, OdString&)
OdDbAuditInfo::printError Method (OdString&, OdString&, OdString&, OdString&)
Syntax
C++
virtual void printError(const OdString& name, const OdString& value, const OdString& validation = OdString::kEmpty, const OdString& defaultValue = OdString::kEmpty);
Parameters 
Description 
const OdString& name 
[in] Type of erroneous data found.  
const OdString& value 
[in] Value of the bad data.  
const OdString& validation = OdString::kEmpty 
[in] Reason the data were bad.  
const OdString& defaultValue = OdString::kEmpty 
[in] Default value to which the were set. 

Notification function called to print error information.

Prints log information about an error detected or fixed during an audit. 

As implemented, this functions does nothing.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.