GEGetWarningMsgV2
Description
Obtains and clears the warning message returned by other API call failure in the calling process or thread.
This API can be called to print the warning message when you need to view the warning message after the program execution is complete. This API is ABI-compatible (corresponding to D_GLIBCXX_USE_CXX11_ABI in the compilation file) and returns ge::AscendString. It is recommended and cannot be used together with GEGetWarningMsg.
Prototype
ge::AscendString GEGetWarningMsgV2();
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
ge::AscendString |
Warning message during the execution. |
Restrictions
None
Parent topic: Graph Running APIs