logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpma_err_2str - convert RPMA error code to a string

Description

rpma_err_2str() returns the const string representation of RPMA error codes.

Errors

rpma_err_2str() can not fail.

Name

rpma_err_2str - convert RPMA error code to a string

See Also

librpma(7) and https://pmem.io/rpma/

RPMA                                              01 April 2024                                 rpma_err_2str(3)

Synopsis

             #include <librpma.h>

             const char *rpma_err_2str(int ret);

See Also