ErrStringTable.h File Reference

Declaration of private error message table This is no public include file, so do not include it directly into your application. This is a private include file that provides a string message table. More...

#include "err_codes.h"
+ Include dependency graph for ErrStringTable.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

struct  stErrTblEntry
 One table entry contains error code and error string. More...
 

Macros

#define ERR_TABLE_ENTRIES
 Defines all error codes and error strings.
 

Typedefs

typedef struct stErrTblEntry TErrTblEntry
 One table entry contains error code and error string.
 

Variables

static const TErrTblEntry ErrMsgTbl []
 Static table of error code and string. More...
 

Detailed Description

Declaration of private error message table This is no public include file, so do not include it directly into your application. This is a private include file that provides a string message table.

Author
user
Date
12.08.2014

Variable Documentation

const TErrTblEntry ErrMsgTbl[]
static
Initial value:
=
{
}
#define ERR_TABLE_ENTRIES
Defines all error codes and error strings.
Definition: ErrStringTable.h:33

Static table of error code and string.

Referenced by ErrorToString().