#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | SLPErrorEntry |
Defines | |
#define | MAX_STRING_LENGTH 4096 |
#define | UNKNOWN_ERROR_LABEL "Unknown" |
#define | UNKNOWN_ERROR_DESCRIPTION "Undefined error code." |
Functions | |
void | get_full_error_data (int error_number, char **error_name, char **error_description) |
YCPBoolean | check_error_state (int err, char *location_text) |
Variables | |
SLPErrorEntry | error_entries [] |
|
|
|
|
|
|
|
|
|
|
|
|