parcel | Lucy |
class variable | LUCY_LOCKERR |
struct symbol | lucy_LockErr |
class nickname | lucy_LockErr |
header file | Lucy/Store/Lock.h |
Lucy::Store::LockErr – Lock exception.
LockErr is a subclass of Err which indicates that a file locking problem occurred.
cfish_String* // incremented
lucy_LockErr_To_String(
lucy_LockErr *self
);
Return a copy of the error message.
void
lucy_LockErr_Cat_Mess(
lucy_LockErr *self,
cfish_String *mess
);
Concatenate the supplied argument onto the error message.
cfish_String*
lucy_LockErr_Get_Mess(
lucy_LockErr *self
);
Return the error message.
Lucy::Store::LockErr is a Clownfish::Err is a Clownfish::Obj.
Copyright © 2010-2015 The Apache Software Foundation, Licensed under the
Apache License, Version 2.0.
Apache Lucy, Lucy, Apache, the Apache feather logo, and the Apache Lucy project logo are trademarks of The
Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their
respective owners.