public static final class ImportExportResult.ImportExportStatus extends Enum
Modifier and Type | Field and Description |
---|---|
static ImportExportResult.ImportExportStatus |
Error
At least one file failed import or export.
|
static ImportExportResult.ImportExportStatus |
FileError
Error accessing the file system.
|
static ImportExportResult.ImportExportStatus |
InternalError
Internal error occurred before import was attempted.
|
static ImportExportResult.ImportExportStatus |
InvalidCommitSemantics
The CommitSemantics is not valid for the operation.
|
static ImportExportResult.ImportExportStatus |
Success
All files were successfully imported or exported.
|
static ImportExportResult.ImportExportStatus |
Unsupported
The operation is not supported by the job.
|
Modifier and Type | Method and Description |
---|---|
static ImportExportResult.ImportExportStatus |
valueOf(String name) |
static ImportExportResult.ImportExportStatus[] |
values() |
public static final ImportExportResult.ImportExportStatus Success
public static final ImportExportResult.ImportExportStatus Error
public static final ImportExportResult.ImportExportStatus FileError
public static final ImportExportResult.ImportExportStatus InternalError
public static final ImportExportResult.ImportExportStatus Unsupported
public static final ImportExportResult.ImportExportStatus InvalidCommitSemantics
public static ImportExportResult.ImportExportStatus[] values()
public static ImportExportResult.ImportExportStatus valueOf(String name)