X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=728e3f8b6837396821221dd9b2a5882e03848498;hp=9538aff4739de312f42d387616a272d9b8725af7;hb=7d53d2f571da94ec9caf85fb456118ebee85fcf9;hpb=6d7dce7f277fc8606fb8d5ed6360660c13a218af diff --git a/errlist b/errlist index 9538aff..728e3f8 100644 --- a/errlist +++ b/errlist @@ -32,3 +32,14 @@ BAD_ROW "invalid row" EMPTY "file empty" MMAP "mmap error" LOOP "loop terminated" +NOMEM "cannot allocate memory" +NOTDIR "not a directory" +STAT "stat error" +UNLINK "failed to unlink file" +WRITE "write error" +OPEN "failed to open file" +TRUNCATE "could not truncate file" +MKDIR "failed to create directory" +RENAME "could not rename file" +MUNMAP "munmap error" +FSTAT "fstat error"