NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
StacktraceLoader.hpp File Reference
#include <string>
Include dependency graph for StacktraceLoader.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 NES
 This exception represents a network error.
 

Functions

std::string NES::collectAndPrintStacktrace ()
 This method collects the call stacks and prints it. More...
 
std::string NES::collectStacktrace ()
 This method only collects the call stacks Use this instead, if the Stacktrace is given over to another function to construct and print an error message, i.e. 'OnFatalError()' to avoid duplicate printing of the stack. More...