X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=b80c1ca621010fd29ba50faff1e2b57bbef9d96a;hp=9538aff4739de312f42d387616a272d9b8725af7;hb=8709b1999511701c143d803a75c3d094b93a3071;hpb=6d7dce7f277fc8606fb8d5ed6360660c13a218af diff --git a/errlist b/errlist index 9538aff..b80c1ca 100644 --- a/errlist +++ b/errlist @@ -32,3 +32,16 @@ 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" +DIR_EXISTS "directory exists" +NOENT "no such file"