OSError codes

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

OSError codes

Post by danielm » Sat Jul 16, 2016 7:47 pm

Is there any OSError code list with interpretation what each code means?


danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: OSError codes

Post by danielm » Sun Jul 17, 2016 6:49 am

I am afraid this list is not complete.

E.g. I sometimes get OSError: 111 when doing calls via urequests.

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: OSError codes

Post by Turbinenreiter » Sun Jul 17, 2016 9:22 am

In that case, google: "Python OSError 111".
The numbers should be consistent.

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: OSError codes

Post by danielm » Sun Jul 17, 2016 10:13 am

Thanks, I was thinking that the numbers are MicroPython specific.

Post Reply