public enum ResultStatusSubCode extends java.lang.Enum<ResultStatusSubCode>
Result
status sub-code values.Enum Constant and Description |
---|
INVALID_BEGIN_TIME
The required begin time value was missing or invalid.
|
INVALID_COORD_SYSTEM
Invalid CoordinateSystem value.
|
INVALID_END_TIME
The required end time value was missing or invalid.
|
INVALID_RESOLUTION_FACTOR
Invalid resolution factor value.
|
INVALID_SATELLITE
A specified satellite is invalid or null.
|
INVALID_TIME_RANGE
Invalid time range.
|
MISSING_COORD_COMPONENT
The CoordinateOptions contain a null value for the
CoordinateComponent.
|
MISSING_COORD_OPTIONS
The OutputOptions contain a null element in non-empty List of
FilteredCoordinateOptions.
|
MISSING_COORD_SYSTEM
The CoordinateOptions contain a null value for the
CoordinateSystem.
|
MISSING_COORDINATE_COMPONENT
A required CoordinateComponent value is missing or null.
|
MISSING_COORDINATE_SYSTEM
A required CoordinateSystem value is missing or null.
|
MISSING_GRAPH_OPTIONS
The GraphOptions were missing or null.
|
MISSING_OUTPUT_OPTIONS
The OutputOptions were missing or null.
|
MISSING_REQUEST
The required request object was missing or null.
|
MISSING_SATELLITES
The required set of satellites was empty or null.
|
SERVER_ERROR
Server error.
|
SUCCESS
Successful status.
|
Modifier and Type | Method and Description |
---|---|
static ResultStatusSubCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultStatusSubCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultStatusSubCode SUCCESS
public static final ResultStatusSubCode MISSING_REQUEST
public static final ResultStatusSubCode MISSING_SATELLITES
public static final ResultStatusSubCode INVALID_BEGIN_TIME
public static final ResultStatusSubCode INVALID_END_TIME
public static final ResultStatusSubCode INVALID_SATELLITE
public static final ResultStatusSubCode INVALID_TIME_RANGE
public static final ResultStatusSubCode INVALID_RESOLUTION_FACTOR
public static final ResultStatusSubCode MISSING_OUTPUT_OPTIONS
public static final ResultStatusSubCode MISSING_COORD_OPTIONS
public static final ResultStatusSubCode MISSING_COORD_SYSTEM
public static final ResultStatusSubCode INVALID_COORD_SYSTEM
public static final ResultStatusSubCode MISSING_COORD_COMPONENT
public static final ResultStatusSubCode MISSING_GRAPH_OPTIONS
public static final ResultStatusSubCode MISSING_COORDINATE_SYSTEM
public static final ResultStatusSubCode MISSING_COORDINATE_COMPONENT
public static final ResultStatusSubCode SERVER_ERROR
public static ResultStatusSubCode[] values()
for (ResultStatusSubCode c : ResultStatusSubCode.values()) System.out.println(c);
public static ResultStatusSubCode 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 nullSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.