Commit 01facf2
committed
[onert] Add API function for retrieving last error message
This commit adds dedicated API function nnfw_get_last_error_message()
for retrieving last error message in case when other functions return
status code other than NNFW_STATUS_NO_ERROR.
ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy <[email protected]>1 parent 098e39f commit 01facf2
File tree
5 files changed
+363
-218
lines changed- runtime
- onert/api/nnfw
- include
- src
- tests/nnfw_api/src/NNPackageTests
5 files changed
+363
-218
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
215 | 226 | | |
216 | 227 | | |
217 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
| |||
0 commit comments