Click or drag to resize

StatusCode Enumeration

Enum to indicate upload as well as import status

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum StatusCode
Members
  Member nameValueDescription
Queued0 Import is queued and waiting to be dequeued
Error1 Upload validation failed. Import failed
Running2 Warehouse import is running
Success3 Upload has successfully been committed, or warehouse import has successfully been executed
Waiting4 Upload has pending uncommitted files. Warehouse import is pending
Initiated5 warehouse import is initiated
Aborted6 warehouse import was aborted
Warning7 A warning was thrown during the import. This will currently only happen when there are export errors
Staged8 Warehouse staging has successfully been executed
RetryLater9 The import was not started because another import was running
PartlyComplete10 Some system imports succeeded while others failed
StagingCompleted11 All Worker-related systems are imported (besides EsAdapter and CoreIngestion)
ImportIsEmpty12 There is no active systems for import
See Also