Package com.gpudb.protocol
Class GetJobResponse.StatusMap
- java.lang.Object
-
- com.gpudb.protocol.GetJobResponse.StatusMap
-
- Enclosing class:
- GetJobResponse
public static final class GetJobResponse.StatusMap extends Object
A set of string constants for theGetJobResponseparameterstatusMap.Map of various status strings for the executed job.
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_MESSAGEExplains what error occurred while running the job asynchronously.
-
-
-
Field Detail
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
Explains what error occurred while running the job asynchronously. This entry only exists when the job status isERROR.- See Also:
- Constant Field Values
-
-