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
Field | Description |
---|---|
BasicError | The basic error type. |
NotEnoughData | The 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.