.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "fi_strerror" "1" "2024\-12\-10" "Libfabric Programmer\[cq]s Manual" "Libfabric v2.6.0" .hy .SH NAME .PP fi_strerror - display libfabric error strings .SH SYNOPSIS .IP .nf \f[C] fi_strerror FI_ERROR_CODE \f[R] .fi .SH DESCRIPTION .PP Display the error string for the given numeric \f[V]FI_ERROR_CODE\f[R]. \f[V]FI_ERROR_CODE\f[R] may be a hexadecimal, octal, or decimal constant. Although the \f[V]fi_strerror\f[R](3) library function only accepts positive error values, for convenience this utility accepts both positive and negative error values. .PP This is primarily a convenience tool for developers. .SH SEE ALSO .PP \f[V]fabric\f[R](7) \f[V]fi_errno\f[R](3) .SH AUTHORS OpenFabrics.