Package org.elasticsearch.cli
Class ExitCodes
- java.lang.Object
-
- org.elasticsearch.cli.ExitCodes
-
public class ExitCodes extends java.lang.ObjectPOSIX exit codes.
-
-
Field Summary
Fields Modifier and Type Field Description static intCANT_CREATEstatic intCODE_ERRORstatic intCONFIGstatic intDATA_ERRORstatic intIO_ERRORstatic intNO_HOSTstatic intNO_INPUTstatic intNO_USERstatic intNOPERMstatic intOKstatic intPROTOCOLstatic intTEMP_FAILUREstatic intUNAVAILABLEstatic intUSAGE
-
-
-
Field Detail
-
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
-
-