Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownFileImportState

Package version

Known values of FileImportState that the service accepts.

Index

Enumeration members

FatalError

FatalError: = "FatalError"

A fatal error has occurred while ingesting the file.

InProgress

InProgress: = "InProgress"

The file ingestion is in progress.

Ingested

Ingested: = "Ingested"

The file has been ingested.

IngestedWithErrors

IngestedWithErrors: = "IngestedWithErrors"

The file has been ingested with errors.

Invalid

Invalid: = "Invalid"

The file is invalid.

Unspecified

Unspecified: = "Unspecified"

Unspecified state.

WaitingForUpload

WaitingForUpload: = "WaitingForUpload"

Waiting for the file to be uploaded.

Generated using TypeDoc