JpegLoadException.ErrorReason

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class JpegLoadException.ErrorReason extends System.Enum

Represents the reasons of error.

Fields

FieldDescription
BasicErrorThe basic error type.
NotEnoughDataThe not enough data in stream.

BasicError

public static final int BasicError

The basic error type.

NotEnoughData

public static final int NotEnoughData

The not enough data in stream.