MDBX_getErrorMsg

Return the current monitor database error code as a string.

Declaration

const char * NAPI MDBX_getErrorMsg(void)

Prototype In

snap/monitor.h

Return Value

Monitor database error code as a string.

Description

This function return the current monitor database error code for the previous operation as a string.

Note:    The string is returned in a temporary buffer that is reused. Hence the calling application should copy the returned string to a different buffer immediately after calling this function and before calling any other SNAP functions.

See Also

MDBX_getErrCode

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com