Home
last modified time | relevance | path

Searched refs:ERRORED (Results 1 – 3 of 3) sorted by relevance

/expo/home/constants/
H A DFormStates.ts5 ERRORED = 'errored', enumerator
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoader.kt222 FINISHED, ALREADY_EXISTS, ERRORED, SKIPPED
262 handleAssetDownloadCompleted(assetEntity, AssetLoadResult.ERRORED) in downloadAllAssets()
281 AssetLoadResult.ERRORED -> erroredAssetList.add(assetEntity) in handleAssetDownloadCompleted()
/expo/.github/actions/eas-build/
H A Daction.yml56 if [[ "$STATUS" == "ERRORED" || "$STATUS" == "CANCELLED" ]] ; then