DocumentExportStatus
Enterprise
description
Document Exporting status
enum DocumentExportStatus {
  AVAILABLE
  IN_PROGRESS
  ERROR
}
Values
DocumentExportStatus.AVAILABLE
Exporting is done and ready to download. When this status is returned, the downloadUrl will be available.
DocumentExportStatus.IN_PROGRESS
Exporting is in progress.
DocumentExportStatus.ERROR
Exporting failed.
Member of
DocumentExportResult  object