Libu2f-emu  0.0.0
Universal 2nd Factor (U2F) Emulation C Library
Functions
error.c File Reference
#include "u2f-emu.h"
Include dependency graph for error.c:

Functions

const char * u2f_emu_strerror (u2f_emu_rc rc)
 Get the error description specific to a return code. More...
 

Function Documentation

const char* u2f_emu_strerror ( u2f_emu_rc  rc)

Get the error description specific to a return code.

Parameters
rcThe return code.
Returns
The respective error description.