View | Details | Raw Unified | Return to issue 126582
Collapse All | Expand All

(-)a/main/sal/osl/w32/file_error.c (-1 / +1 lines)
Lines 87-92 static const struct osl_file_error_entry errtable[] = { Link Here
87
  {  ERROR_NESTING_NOT_ALLOWED,    osl_File_E_AGAIN    },  /* 215 */
87
  {  ERROR_NESTING_NOT_ALLOWED,    osl_File_E_AGAIN    },  /* 215 */
88
  {  ERROR_DIRECTORY,              osl_File_E_NOENT    },  /* 267 */
88
  {  ERROR_DIRECTORY,              osl_File_E_NOENT    },  /* 267 */
89
  {  ERROR_NOT_ENOUGH_QUOTA,       osl_File_E_NOMEM    },  /* 1816 */
89
  {  ERROR_NOT_ENOUGH_QUOTA,       osl_File_E_NOMEM    },  /* 1816 */
90
  {  ERROR_CANT_ACCESS_FILE,       osl_File_E_ACCES    },  /* 1920 */
90
  {  ERROR_UNEXP_NET_ERR,          osl_File_E_NETWORK  },   /* 59 */
91
  {  ERROR_UNEXP_NET_ERR,          osl_File_E_NETWORK  },   /* 59 */
91
  {  ERROR_FILE_CHECKED_OUT,       osl_File_E_LOCKED   },   /* 220 The file is locked or checked out by another user. */
92
  {  ERROR_FILE_CHECKED_OUT,       osl_File_E_LOCKED   },   /* 220 The file is locked or checked out by another user. */
92
  {  ERROR_INVALID_NAME,           osl_File_E_NOENT    }   /*  123 One or more of the names composing the file path has a wrong syntax. */
93
  {  ERROR_INVALID_NAME,           osl_File_E_NOENT    }   /*  123 One or more of the names composing the file path has a wrong syntax. */
93
- 

Return to issue 126582