adas_strerror()

Retrieve a string associated with an error code

Synopsis:

#include <adas/adas_log.h>
const char* adas_strerror(adas_error_t error)

Arguments:

error
The error code to query.

Library:

libadas

Returns:

A pointer to the string associated with this error code.