API Reference > OdError Classes > OdErrorContext Class
OdErrorContext Class
OdErrorContextOdErrorContextOdErrorContextOdErrorContext
Syntax
C++
class OdErrorContext : public OdRxObject;

OdErrorContext.h

This class implements a node in an ErrorContext stack.

Each ErrorContext object points to the previous ErrorContext object in the stack. 

Corresponding C++ library: TD_Root

 
Name 
Description 
 
Destructor for the OdErrorContext class. 
 
Name 
Description 
 
code 
Returns the OdResult code of this ErrorContext object. 
 
Returns the complete description of this ErrorContext object. 
 
Returns the description of this ErrorContext object. 
 
Returns the ErrorContext object previous to this one in this ErrorContext stack. 
 
Sets the ErrorContext object previous to this one in this ErrorContext stack.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.