rpma_err_2str - convert RPMA error code to a string
Contents
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);
