-
- All Implemented Interfaces:
public final class MessageCenterInteraction.ErrorMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final StringhttpErrorMessageprivate final StringnetworkErrorMessage
-
Constructor Summary
Constructors Constructor Description MessageCenterInteraction.ErrorMessage(String httpErrorMessage, String networkErrorMessage)
-
Method Summary
Modifier and Type Method Description final StringgetHttpErrorMessage()final StringgetNetworkErrorMessage()-
-
Method Detail
-
getHttpErrorMessage
final String getHttpErrorMessage()
-
getNetworkErrorMessage
final String getNetworkErrorMessage()
-
-
-
-