API Reference > OdDAI Namespace > Classes > daiErrorHandlerBase Class > daiErrorHandlerBase Operators > daiErrorHandlerBase::() Operator
daiErrorHandlerBase::() Operator
Syntax
C++
virtual void operator ()(daiErrorId minor, const char* errorDescription, const char* functionId) = 0;
Parameters 
Description 
daiErrorId minor 
[in] Error code.  
const char* errorDescription 
[in] Error description in a human-readable form.  
const char* functionId 
[in] Pointer to a name of the function where an error is handled. 

The () operator for the daiErrorHandlerBase class. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.