-
- All Implemented Interfaces:
public enum RulesLoadResult.ReasonRepresents the reason why the downloaded data is returned as such
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INVALID_SOURCEThe requested download source is invalid. Example: Invalid url, non-existent asset
ZIP_EXTRACTION_FAILEDExtraction of the rules zip file failed.
CANNOT_CREATE_TEMP_DIRContent cannot be written into the cache directoy used by
RulesLoaderCANNOT_STORE_IN_TEMP_DIRContent cannot be written into a temp directory used by
RulesLoaderNOT_MODIFIEDRequested content has not been modified at source.
NO_DATAThe requested rules were not found.
SUCCESS
-
Method Summary
Modifier and Type Method Description static Array<RulesLoadResult.Reason>values()static RulesLoadResult.ReasonvalueOf(String name)-
-
Method Detail
-
values
static Array<RulesLoadResult.Reason> values()
-
valueOf
static RulesLoadResult.Reason valueOf(String name)
-
-
-
-