adas_strerror()

Updated: April 19, 2023

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 (see adas_error_t).

Library:

libadas

Returns:

A pointer to the string associated with this error code.