Elektra
0.9.0
|
Elektra error. More...
#include "types.h"
#include <kdb.h>
#include <stdbool.h>
Functions | |
ElektraError * | elektraErrorPureWarning (void) |
Creates a dummy ElektraError struct to store warnings in. More... | |
const char * | elektraErrorCode (const ElektraError *error) |
const char * | elektraErrorDescription (const ElektraError *error) |
void | elektraErrorReset (ElektraError **error) |
Frees the memory used by the error and sets the referenced error variable to NULL. | |
Elektra error.