List of OSErrors
-
Hey all,
I've been looking around, and I haven't been able to find anything regarding what the different OSError numbers stand for. Is there any central place where they're all defined?
Just FYI, I've gotten the following so far:
-17040
-15120
-20864
-1
... and moreCan anyone point me in the right direction?
Thanks!
-
See my answer regarding oserror from tls in the post:
https://forum.pycom.io/topic/2164/lopy-http-post-request-oserror/9
-
This is the micropython ones:
https://github.com/micropython/micropython-lib/blob/master/errno/errno.pyUnfortunately there isn't really any constraint that I can see on which error numbers are used. They can be thrown from anywhere with any number. So the right direction is the entirety of the firmware http://github.com/pycom. Both their fork of their IDF and pycom-micropython-sigfox will have more of them.