All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.orange11.healthcheck.api.SystemStatus Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package nl.orange11.healthcheck.api;

/**
 * The different states the server ping can return. The ping can return OK, an Error and some more specific errors. The
 * final status is the maintenance status.
 *
 * @author Jettro Coenradie
 */
public enum SystemStatus {
    OK, ERROR, AUTHENTICATION_ERROR, TIMEOUT_ERROR, MAINTENANCE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy