X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=e4435df162cfd63a6eb25ed26c87126e031290e5;hp=fb24427651e64073d4635570c1965f82112e3092;hb=06fa6acd87ac23ee3ca422dbc56cf97a3c71aa09;hpb=3908ed241bdec6126ff79f0e1ecf95001adc631c diff --git a/errlist b/errlist index fb24427..e4435df 100644 --- a/errlist +++ b/errlist @@ -15,16 +15,12 @@ BAD_DATA_SIZE "wrong data size for fixed-size column" NOT_MAPPED "file not mapped" ALREADY_MAPPED "file already mapped" BAD_SIZE "invalid size specified" -TRUNC "failed to truncate file" BAD_TABLE "table not open" BAD_TABLE_DESC "invalid table description" 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" -STAT "can not stat file" -WRITE "write error" LSEEK "lseek error" BUSY "table is busy" SHORT_TABLE "table too short" @@ -36,3 +32,7 @@ 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"