cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I check the result of ai_network_get_error()?

Jlee.91
Associate

I used ai_network_get_error() and got the following results:

-> AI ai_network_run error - type=19 code=23

What does type and code mean here?

Where are the documents related to this?

I want to find the reason why the ai_network_run() is not working.

1 REPLY 1
fauvarque.daniel
ST Employee

The error ty[e and code are described in the ai_platform.h file

In your case type = 19 --> 0x13 --> AI_ERROR_INVALID_OUTPUT

code=23 --> 0x17 --> AI_ERROR_CODE_INVALID_PTR

Regards

Daniel


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.