Package net.enilink.commons.util
Class CommonsStatusCodes
- java.lang.Object
-
- net.enilink.commons.util.CommonsStatusCodes
-
public final class CommonsStatusCodes extends Object
A list of status codes for this plug-in.
-
-
Field Summary
Fields Modifier and Type Field Description static intINTERNAL_ERRORError status code indicating that an unexpected error occurred.static intOKStatus code indicating that everything is OK.static intPLUGIN_SHUTDOWN_FAILUREStatus code indicating that an error occurred during plug-in shut-down.static intPLUGIN_STARTUP_FAILUREStatus code indicating that an error occurred during plug-in start-up.static intSERVICE_FAILUREStatus code indicating that an error occurred with a service.
-
-
-
Field Detail
-
OK
public static final int OK
Status code indicating that everything is OK.- See Also:
- Constant Field Values
-
PLUGIN_STARTUP_FAILURE
public static final int PLUGIN_STARTUP_FAILURE
Status code indicating that an error occurred during plug-in start-up.- See Also:
- Constant Field Values
-
PLUGIN_SHUTDOWN_FAILURE
public static final int PLUGIN_SHUTDOWN_FAILURE
Status code indicating that an error occurred during plug-in shut-down.- See Also:
- Constant Field Values
-
SERVICE_FAILURE
public static final int SERVICE_FAILURE
Status code indicating that an error occurred with a service.- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
Error status code indicating that an unexpected error occurred.- See Also:
- Constant Field Values
-
-