os.strerror(code)
Return the error message corresponding to the error code in code. On platforms where strerror()
returns NULL
when given an unknown error number, ValueError
is raised.
os.strerror(code)
Return the error message corresponding to the error code in code. On platforms where strerror()
returns NULL
when given an unknown error number, ValueError
is raised.
Please login to continue.