Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 415 Bytes

FileStatusReason.md

File metadata and controls

26 lines (11 loc) · 415 Bytes

FileStatusReason

Enum

* `none` (value: `"None"`)

* `allRight` (value: `"AllRight"`)

* `hang` (value: `"Hang"`)

* `error` (value: `"Error"`)

* `notFound` (value: `"NotFound"`)

* `notEnoughSpace` (value: `"NotEnoughSpace"`)

* `exportStarted` (value: `"ExportStarted"`)

* `preparationStarted` (value: `"PreparationStarted"`)

* `crashLoop` (value: `"CrashLoop"`)