Dev Essential  1.6.3
Loading...
Searching...
No Matches
legacy_error_macros.h File Reference
Include dependency graph for legacy_error_macros.h:

Go to the source code of this file.

Macros

#define RETURN_IF_FAILED(s)
 legacy error macro
 

Detailed Description

This header provides the legacy error macros. Important: This header may not be included in ddl.h!

Macro Definition Documentation

◆ RETURN_IF_FAILED

#define RETURN_IF_FAILED ( s)
Value:
{ \
const a_util::result::Result _errcode(s); \
if (!_errcode) { \
return (_errcode); \
} \
}
Definition result_type_decl.h:34

legacy error macro

Parameters
sthe expression