Mercurial > hg > jgplsrc
view jerr.h @ 0:e0bbaa717f41 draft default tip
lol J
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 25 Nov 2013 11:56:30 -0500 |
parents | |
children |
line wrap: on
line source
/* Copyright 1990-2011, Jsoftware Inc. All rights reserved. */ /* License in license.txt. */ /* */ /* Error Codes */ #define EVATTN 1 /* See i.c for error texts */ #define EVBREAK 2 #define EVDOMAIN 3 #define EVILNAME 4 #define EVILNUM 5 #define EVINDEX 6 #define EVFACE 7 #define EVINPRUPT 8 #define EVLENGTH 9 #define EVLIMIT 10 #define EVNONCE 11 #define EVASSERT 12 #define EVOPENQ 13 #define EVRANK 14 #define EVSPELL 16 #define EVSTACK 17 #define EVSTOP 18 #define EVSYNTAX 19 #define EVSYSTEM 20 #define EVVALUE 21 #define EVWSFULL 22 #define EVCTRL 23 #define EVFACCESS 24 #define EVFNAME 25 #define EVFNUM 26 #define EVTIME 27 #define EVSECURE 28 #define EVSPARSE 29 #define EVLOCALE 30 #define EVRO 31 #define EVALLOC 32 #define EVNAN 33 #define NEVM 33 /* number of event codes */ /* The following codes are never displayed to the user */ #define EWOV 50 /* integer overflow */ #define EWIMAG 51 /* imaginery result */ #define EWIRR 52 /* irrational result */ #define EWRAT 53 /* rational result */ #define EWDIV0 54 /* division by zero */ #define EWTHROW 55 /* throw. executed */