public final class CommonsStatusCodes extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_ERROR
Error status code indicating that an unexpected error occurred.
|
static int |
OK
Status code indicating that everything is OK.
|
static int |
PLUGIN_SHUTDOWN_FAILURE
Status code indicating that an error occurred during plug-in shut-down.
|
static int |
PLUGIN_STARTUP_FAILURE
Status code indicating that an error occurred during plug-in start-up.
|
static int |
SERVICE_FAILURE
Status code indicating that an error occurred with a service.
|
public static final int OK
public static final int PLUGIN_STARTUP_FAILURE
public static final int PLUGIN_SHUTDOWN_FAILURE
public static final int SERVICE_FAILURE
public static final int INTERNAL_ERROR
Copyright © 2020 Fraunhofer IWU. All rights reserved.