Package com.unblu.sdk.core.observable
Class ErrorData
- java.lang.Object
-
- com.unblu.sdk.core.observable.ErrorData
-
public class ErrorData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorData(UnbluClientErrorType errorType, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnbluClientErrorType
getErrorType()
java.lang.String
getMessage()
-
-
-
Constructor Detail
-
ErrorData
public ErrorData(UnbluClientErrorType errorType, java.lang.String message)
-
-
Method Detail
-
getErrorType
public UnbluClientErrorType getErrorType()
-
getMessage
public java.lang.String getMessage()
-
-