X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=errlist;h=dfd9f6feada689cee3b1f109f21f437e2548ac8f;hp=0870bcad4b08300544044141ea802efec10942e3;hb=b9665cff53c8f3a6228e57d40277c015839bf377;hpb=3c96f3b4f7bb1be1c630085981e83eb0260b99a7 diff --git a/errlist b/errlist index 0870bca..dfd9f6f 100644 --- a/errlist +++ b/errlist @@ -15,14 +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" LSEEK "lseek error" BUSY "table is busy" SHORT_TABLE "table too short" @@ -34,3 +32,4 @@ BAD_ROW "invalid row" EMPTY "file empty" MMAP "mmap error" LOOP "loop terminated" +NOMEM "cannot allocate memory"