收集python下几个常出现的WindowsError.

  • WindowsError: [Error 2] The system cannot find the file specified
  • WindowsError: [Error 3] The system cannot find the path specified
  • WindowsError: [Error 5] Access is denied
  • WindowsError: [Error 13] The process cannot access the file because it is being used by another process
  • WindowsError: [Error 32] The process cannot access the file beacause it is being used by another process.
  • WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect
  • WindowsError:[Error 145]      目录非空,多在删除非空目录时出现
  • WindowsError: [Error 183] Cannot create a file when that file already exists

可参考:https://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-01-02
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-01-21
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案