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