GEGetWarningMsgV3
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/ge_api_v2.h>
- Library file: libge_runner_v2.so
Function Usage
Obtains and clears the warning information returned by other failed API calls in the same process or thread.
Prototype
1 | ge::AscendString GEGetWarningMsgV3() |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
ge::AscendString |
Warning information displayed during the execution. |
Constraints
None
Parent topic: GESession