public abstract static class Storage.BaseResult extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
action
Identifier of action for which was this result created.
|
int |
errorCode
Code specific to error which occurred during execution of the requested
action. |
int |
flags
Same flags as passed to the storage API method for which was this result created.
|
boolean |
isError
Flag indicating whether this result was created as error or not.
|
String |
message
Message for this result.
|
public final int action
Storage.ACTION_CREATE,
Storage.ACTION_DELETE, Storage.ACTION_COPY or Storage.ACTION_MOVE.public final String message
public final int flags
public final boolean isError
public final int errorCode
action.
See all Storage.ERROR_... which can be raised by this storage API.