This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Complete list of SimpleLink error codes & meanings

Can anybody point me towards a single list of all the defined error codes that can be returned by SimpleLink API calls, preferably with a short description of which functions could return it as well and possible causes.

I am fairly far down the road building a state machine to control the full SL configuration and setup process, from starting at defaults through to having LAN->WAN->SNTP->SSL configuration working.

Now trying to build a single error handler that will despatch meaningful info to a console output task to aid in debugging, and making informed decisions on how to change the state of the machine to enable automatic recovery.

With the full list of error definitions, some guidance on a range of unused error codes that I can safely use in my application that will not conflict/overlap with TI defined codes.

Thanks

Andre

  • Hi Andre,

         I am not an expert with SimpleLink API's. But, I have seen some SimpleLink API return description from SimpleLink Programmers Guide. See, if that may help you.

        "\\cc3200-sdk\docs\simplelink_api"

    - kel

  • I think the meaning of the error code depends on the domain (socket, connection, etc).  For instance, if you look at the socket.h file, you will find quite a list of error codes with a brief description in the comments. 

    -Valkyrie-MT