navit  0.5.3-trunk
errorcode.h File Reference

Go to the source code of this file.

Macros

#define ERR_OUTOFMEMORY   11
 
#define ERR_CANNOTOPEN   12
 
#define ERR_CREATEFILE   13
 
#define ERR_READERROR   14
 
#define ERR_FREEFAILED   15
 
#define ERR_NOARGS   21
 
#define ERR_WRONGOPTION   22
 
#define ERR_OPTIONCONFRICT   23
 
#define ERR_ISNOTGPX   31
 
#define ERR_PARSEERROR   32
 
#define ERR_ELLPSUNIT   41
 
#define ERR_LENGTHUNIT   42
 
#define ERR_TIMEUNIT   43
 

Macro Definition Documentation

◆ ERR_CANNOTOPEN

#define ERR_CANNOTOPEN   12

◆ ERR_CREATEFILE

#define ERR_CREATEFILE   13

◆ ERR_ELLPSUNIT

#define ERR_ELLPSUNIT   41

◆ ERR_FREEFAILED

#define ERR_FREEFAILED   15

◆ ERR_ISNOTGPX

#define ERR_ISNOTGPX   31

◆ ERR_LENGTHUNIT

#define ERR_LENGTHUNIT   42

◆ ERR_NOARGS

#define ERR_NOARGS   21

◆ ERR_OPTIONCONFRICT

#define ERR_OPTIONCONFRICT   23

◆ ERR_OUTOFMEMORY

#define ERR_OUTOFMEMORY   11

Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

◆ ERR_PARSEERROR

#define ERR_PARSEERROR   32

◆ ERR_READERROR

#define ERR_READERROR   14

◆ ERR_TIMEUNIT

#define ERR_TIMEUNIT   43

◆ ERR_WRONGOPTION

#define ERR_WRONGOPTION   22