fido_strerr - Man Page

FIDO2 error codes

Synopsis

#include <fido.h>

const char *
fido_strerr(int n);

Description

The fido_strerr() function translates the error code n into a readable string, where n is an error code defined in <fido/err.h>. fido_strerr() never returns NULL. Returned pointers point to static strings.

Info

May 25, 2018