public enum RequestErrorCode extends java.lang.Enum<RequestErrorCode>
| Modifier and Type | Method and Description |
|---|---|
static RequestErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestErrorCode CONTENT_MODIFIED
public static final RequestErrorCode FORMAT_INVALID_FILE
public static final RequestErrorCode FORMAT_WITH_ERRORS
public static final RequestErrorCode GET_ERRORS_INVALID_FILE
public static final RequestErrorCode INVALID_ANALYSIS_ROOT
public static final RequestErrorCode INVALID_EXECUTION_CONTEXT
public static final RequestErrorCode INVALID_OVERLAY_CHANGE
public static final RequestErrorCode INVALID_PARAMETER
public static final RequestErrorCode INVALID_REQUEST
public static final RequestErrorCode NO_INDEX_GENERATED
public static final RequestErrorCode REFACTORING_REQUEST_CANCELLED
public static final RequestErrorCode SERVER_ALREADY_STARTED
public static final RequestErrorCode SERVER_ERROR
public static final RequestErrorCode SORT_MEMBERS_INVALID_FILE
public static final RequestErrorCode SORT_MEMBERS_PARSE_ERRORS
public static final RequestErrorCode UNANALYZED_PRIORITY_FILES
public static final RequestErrorCode UNKNOWN_REQUEST
public static final RequestErrorCode UNKNOWN_SOURCE
public static final RequestErrorCode UNSUPPORTED_FEATURE
public static RequestErrorCode[] values()
for (RequestErrorCode c : RequestErrorCode.values()) System.out.println(c);
public static RequestErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null