IOError - list of all Errno numbers and their meanings?

T

Tim Couper

As you know, when an IOError is raised, you get a helpful:

[Errno N] <useful descriptor of the error>

Is there a list of all possible values of N which can be returned, and
their meanings?
 
M

Marc 'BlackJack' Rintsch

As you know, when an IOError is raised, you get a helpful:

[Errno N] <useful descriptor of the error>

Is there a list of all possible values of N which can be returned, and
their meanings?

Take a look at the `errno` module and the `os.strerror()` function.

Ciao,
Marc 'BlackJack' Rintsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top