-
- All Implemented Interfaces:
-
com.mr0xf00.easycrop.CropResult,java.io.Serializable,kotlin.Comparable
public enum CropError extends Enum<CropError> implements CropResult
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SavingErrorThe result could not be saved. Try reducing the maxSize supplied to ImageCropper.crop
LoadingErrorThe supplied image is invalid, not supported by the codec or you don't have the required permissions to read it
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-