Package apple.imagecapturecore.enums
Class ICReturnObjectErrorCode
- java.lang.Object
-
- apple.imagecapturecore.enums.ICReturnObjectErrorCode
-
public final class ICReturnObjectErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCouldNotBeReadObject could not be readstatic longDataEmptyObject data empty.static longDataOffsetInvalidObject data offset invalid.static longDataRequestTooLargeRequested transfer size is greater than the current maximum allowed.static longDoesNotExistObject does not exist.
-
-
-
Field Detail
-
DoesNotExist
public static final long DoesNotExist
Object does not exist.- See Also:
- Constant Field Values
-
DataOffsetInvalid
public static final long DataOffsetInvalid
Object data offset invalid.- See Also:
- Constant Field Values
-
CouldNotBeRead
public static final long CouldNotBeRead
Object could not be read- See Also:
- Constant Field Values
-
DataEmpty
public static final long DataEmpty
Object data empty.- See Also:
- Constant Field Values
-
DataRequestTooLarge
public static final long DataRequestTooLarge
Requested transfer size is greater than the current maximum allowed.- See Also:
- Constant Field Values
-
-