-
- All Implemented Interfaces:
-
android.os.Parcelable
public enum ErrorCode implements Parcelable
An enumeration for the various types of error that resulted in an operation’s failure.
-
-
Field Summary
Fields Modifier and Type Field Description private final int
errorCode
public final static Parcelable.Creator<ErrorCode>
CREATOR
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
static Array<ErrorCode>
values()
static ErrorCode
valueOf(String name)
int
getErrorCode()
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getErrorCode
int getErrorCode()
-
-
-
-