public final class ICReturnObjectErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CouldNotBeRead
Object could not be read
|
static long |
DataEmpty
Object data empty.
|
static long |
DataOffsetInvalid
Object data offset invalid.
|
static long |
DataRequestTooLarge
Requested transfer size is greater than the current maximum allowed.
|
static long |
DoesNotExist
Object does not exist.
|
public static final long DoesNotExist
public static final long DataOffsetInvalid
public static final long CouldNotBeRead
public static final long DataEmpty
public static final long DataRequestTooLarge