Package com.batch.android.lisp
Class ErrorValue
- java.lang.Object
-
- com.batch.android.lisp.Value
-
- com.batch.android.lisp.ErrorValue
-
public final class ErrorValue extends Value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorValue.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringmessageErrorValue.Typetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringtoString()
-
-
-
Field Detail
-
type
public final ErrorValue.Type type
-
message
public final java.lang.String message
-
-