Enum Class DatasetImportState.StatusEnum

java.lang.Object
java.lang.Enum<DatasetImportState.StatusEnum>
com.qtsurfer.api.client.model.DatasetImportState.StatusEnum
All Implemented Interfaces:
Serializable, Comparable<DatasetImportState.StatusEnum>, Constable
Enclosing class:
DatasetImportState

public static enum DatasetImportState.StatusEnum extends Enum<DatasetImportState.StatusEnum>
* `fetching` — reading from the source; nothing staged yet. * `ingesting` — fetch complete, staged, and re-entered the same ingest chain an upload uses; the worker is parsing and validating it. * `ready` — ingested successfully. `version` carries the result. * `failed` — the fetch or the ingest that followed it was rejected. `error` names why.