ADTF
Loading...
Searching...
No Matches
exception_handling.h
Go to the documentation of this file.
1
7#pragma once
8
10
11namespace adtf
12{
13namespace base
14{
15
18using A_UTILS_NS::detail::current_exception_to_result;
19
20} // base
21} // adtf
22
24#define ADTF_BASE_ANNOTATE_RESULT(_result) ADTF_UTIL_ANNOTATE_RESULT(_result)
25
27#define ADTF_BASE_COMPOSED_RESULT(_result, ...) ADTF_UTIL_COMPOSED_RESULT(_result, __VA_ARGS__)
std::string nested_exceptions_to_string(const std::exception &error)
Definition result.h:656
std::string current_exception_to_string()
Definition result.h:668
Namespace for the ADTF Base SDK.
Definition adtf_base_type_traits.h:13
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14