kv_get_open_error()

#include <kvstore.h>

const char *
kv_get_open_error(kv_impl_t *impl);

Returns a descriptive string of any error that was encountered opening the store. This method is not thread-safe.

Parameters

  • impl

    The impl parameter is the implementation structure containing the open error that you want to examine.