NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <Util/Backward/backward.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/StacktraceLoader.hpp>
Namespaces | |
NES | |
This exception represents a network error. | |
Macros | |
#define | CALLSTACK_MAX_SIZE 32 |
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... | |
#define CALLSTACK_MAX_SIZE 32 |