Package org.elasticsearch.cli
Class ExitCodes
java.lang.Object
org.elasticsearch.cli.ExitCodes
public class ExitCodes
extends java.lang.Object
POSIX exit codes.
-
Field Summary
Fields Modifier and Type Field Description static int
CANT_CREATE
static int
CODE_ERROR
static int
CONFIG
static int
DATA_ERROR
static int
IO_ERROR
static int
NO_HOST
static int
NO_INPUT
static int
NO_USER
static int
NOPERM
static int
OK
static int
PROTOCOL
static int
TEMP_FAILURE
static int
UNAVAILABLE
static int
USAGE
-
Method Summary
-
Field Details
-
OK
public static final int OK- See Also:
- Constant Field Values
-
USAGE
public static final int USAGE- See Also:
- Constant Field Values
-
DATA_ERROR
public static final int DATA_ERROR- See Also:
- Constant Field Values
-
NO_INPUT
public static final int NO_INPUT- See Also:
- Constant Field Values
-
NO_USER
public static final int NO_USER- See Also:
- Constant Field Values
-
NO_HOST
public static final int NO_HOST- See Also:
- Constant Field Values
-
UNAVAILABLE
public static final int UNAVAILABLE- See Also:
- Constant Field Values
-
CODE_ERROR
public static final int CODE_ERROR- See Also:
- Constant Field Values
-
CANT_CREATE
public static final int CANT_CREATE- See Also:
- Constant Field Values
-
IO_ERROR
public static final int IO_ERROR- See Also:
- Constant Field Values
-
TEMP_FAILURE
public static final int TEMP_FAILURE- See Also:
- Constant Field Values
-
PROTOCOL
public static final int PROTOCOL- See Also:
- Constant Field Values
-
NOPERM
public static final int NOPERM- See Also:
- Constant Field Values
-
CONFIG
public static final int CONFIG- See Also:
- Constant Field Values
-