public static enum Messages.Error extends Enum<Messages.Error>
Enum Constant and Description |
---|
COMMIT_TIMEOUT
An error message indicating a repository commit did not complete in the required amount of time.
|
INCOMPLETE_JSON
An error indicating the the JSON entity is incomplete.
|
KOMODO_ENGINE_CLEAR_ERROR
An error message indicating the Komodo Engine did not clear the repository due to an error.
|
KOMODO_ENGINE_CLEAR_TIMEOUT
An error message indicating the Komodo Engine did not clear the repository in the required amount of time.
|
KOMODO_ENGINE_SHUTDOWN_ERROR
An error message indicating the Komodo Engine did not shutdown due to an error.
|
KOMODO_ENGINE_SHUTDOWN_TIMEOUT
An error message indicating the Komodo Engine did not shutdown in the required amount of time.
|
KOMODO_ENGINE_STARTUP_ERROR
An error message indicating the Komodo Engine did not startup due to an error.
|
KOMODO_ENGINE_STARTUP_TIMEOUT
An error message indicating the Komodo Engine did not startup in the required amount of time.
|
KOMODO_ENGINE_WORKSPACE_MGR_ERROR
An error message indicating the Komodo Engine's workspace manager could not be obtained.
|
ORIGIN_NOT_ALLOWED
CORS Filter error
|
RESOURCE_NOT_FOUND
An error message indicating the requested resource was not found.
|
RESPONSE_ERROR
An error response occurred
|
ROLLBACK_ERROR
An error message indicating a repository rollback had an error.
|
ROLLBACK_TIMEOUT
An error message indicating a repository rollback did not complete in the required amount of time.
|
UNEXPECTED_JSON_TOKEN
An error indicating the token found in a JSON representation is unknown or misplaced.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.Error COMMIT_TIMEOUT
public static final Messages.Error INCOMPLETE_JSON
public static final Messages.Error KOMODO_ENGINE_CLEAR_ERROR
public static final Messages.Error KOMODO_ENGINE_CLEAR_TIMEOUT
public static final Messages.Error KOMODO_ENGINE_SHUTDOWN_ERROR
public static final Messages.Error KOMODO_ENGINE_SHUTDOWN_TIMEOUT
public static final Messages.Error KOMODO_ENGINE_STARTUP_ERROR
public static final Messages.Error KOMODO_ENGINE_STARTUP_TIMEOUT
public static final Messages.Error KOMODO_ENGINE_WORKSPACE_MGR_ERROR
public static final Messages.Error RESOURCE_NOT_FOUND
public static final Messages.Error ROLLBACK_ERROR
public static final Messages.Error ROLLBACK_TIMEOUT
public static final Messages.Error UNEXPECTED_JSON_TOKEN
public static final Messages.Error ORIGIN_NOT_ALLOWED
public static final Messages.Error RESPONSE_ERROR
public static Messages.Error[] values()
for (Messages.Error c : Messages.Error.values()) System.out.println(c);
public static Messages.Error valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Messages.Error>
Enum.toString()
Copyright © 2013–2019. All rights reserved.