Package org.elasticsearch.cli
Class ExitCodes
java.lang.Object
org.elasticsearch.cli.ExitCodes
POSIX exit codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic intstatic int -
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
-