This project has retired. For details please refer to its Attic page.
Lucy::Store::LockErr – C API Documentation
Apache Lucy™

Lucy::Store::LockErr

parcel Lucy
class variable LUCY_LOCKERR
struct symbol lucy_LockErr
class nickname lucy_LockErr
header file Lucy/Store/Lock.h

Name

Lucy::Store::LockErr – Lock exception.

Description

LockErr is a subclass of Err which indicates that a file locking problem occurred.

Methods

Methods inherited from Clownfish::Err

To_String
cfish_String* // incremented
lucy_LockErr_To_String(
    lucy_LockErr *self
);

Return a copy of the error message.

Cat_Mess
void
lucy_LockErr_Cat_Mess(
    lucy_LockErr *self,
    cfish_String *mess
);

Concatenate the supplied argument onto the error message.

Get_Mess
cfish_String*
lucy_LockErr_Get_Mess(
    lucy_LockErr *self
);

Return the error message.

Inheritance

Lucy::Store::LockErr is a Clownfish::Err is a Clownfish::Obj.