X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=b80c1ca621010fd29ba50faff1e2b57bbef9d96a;hp=06e2e808d4272c1eb369c745f6e093f046e85e52;hb=HEAD;hpb=dfd3368c03d72660b1e5dba55b23395e234d0963;ds=sidebyside diff --git a/errlist b/errlist index 06e2e80..b80c1ca 100644 --- a/errlist +++ b/errlist @@ -21,7 +21,6 @@ RB_KEY_EXISTS "key already exists in rbtree" RB_KEY_NOT_FOUND "key not found in rbtree" BAD_ROW_NUM "invalid row number" INDEX_CORRUPTION "index corruption detected" -INVALID_OBJECT "reference to invalid object" LSEEK "lseek error" BUSY "table is busy" SHORT_TABLE "table too short" @@ -33,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"