API Reference > OdError Classes > OdErrorContext Class > OdErrorContext Methods > OdErrorContext::completeDescription Method
OdErrorContext::completeDescription Method
Syntax
C++
OdString completeDescription() const;

Returns the complete description of this ErrorContext object.

completeDescription() returns a string containing the concatination of all of the description strings in the ErrorContext stack. 

The default implementation of this function returns a string in the following format:n Previous error: n Previous error: n ... Previous error: n

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