|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a number of return codes an application has to issue to indicate it's cause of termination.
Field Summary | |
static int |
INTERNAL_ERROR
Fehler beim Bearbeiten der Anfrage aufgetreten |
static int |
OK
keine Fehler aufgetreten |
static int |
PARAMETER_ERROR
Falsche/Fehlende Parameter beim Aufruf |
static int |
READ_ERROR
Fehler beim Einlesen von Dateien |
static int |
WRITE_ERROR
Fehler beim Schreiben von Dateien |
Field Detail |
public static final int OK
public static final int READ_ERROR
public static final int WRITE_ERROR
public static final int INTERNAL_ERROR
public static final int PARAMETER_ERROR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |