GEGetWarningMsg

Description

Obtains and clears the warning message returned by other API call failure in the 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 cannot be used together with GEGetWarningMsgV2. The recommended API is GEGetWarningMsgV2.

Prototype

std::string GEGetWarningMsg();

Parameters

None

Returns

Parameter

Type

Description

-

std::string

Warning message during the execution.

Restrictions

None