Elektra  0.9.0
Functions
error.h File Reference

Elektra error. More...

#include "types.h"
#include <kdb.h>
#include <stdbool.h>
Include dependency graph for error.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Elektra error.