Database.TokyoCabinet.Error
Error code
Represents error
Constructors
| ESUCCESS | success |
| ETHREAD | threading error |
| EINVALID | invalid operation |
| ENOFILE | file not found |
| ENOPERM | no permission |
| EMETA | invalid meta data |
| ERHEAD | invalid record header |
| EOPEN | open error |
| ECLOSE | close error |
| ETRUNC | trunc error |
| ESYNC | sync error |
| ESTAT | stat error |
| ESEEK | seek error |
| EREAD | read error |
| EWRITE | write error |
| EMMAP | mmap error |
| ELOCK | lock error |
| EUNLINK | unlink error |
| ERENAME | rename error |
| EMKDIR | mkdir error |
| ERMDIR | rmdir error |
| EKEEP | existing record |
| ENOREC | no record found |
| EMISC | miscellaneous error |
Utility function
cintToError :: CInt -> ECODESource
errorToCInt :: ECODE -> CIntSource