Coder :: ToStringContextError

01 Returns the context error path as one string.
02

[C++] std::string ToStringContextError();

03 If a decoder threw itself because of a serialization error, this method will return the names of the context that had been active.
The returned string is a '.' separated list of the names.
04 An encoder will always return an empty string.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Coder, EnterContext(), LeaveContext()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.