public interface ServiceTopicError
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalDetails()
Returns additional details.
|
String |
getErrorMessage()
Returns the error message.
|
com.pushtechnology.mobile.enums.ServiceErrorType |
getErrorType()
Returns the error type.
|
String |
getExceptionMessage()
Returns an exception message.
|
ServiceTopicHandler |
getHandler()
Returns the handler that notified the error.
|
String |
getRequestId()
Returns the request identifier of the failed service request.
|
ServiceTopicHandler getHandler()
String getRequestId()
com.pushtechnology.mobile.enums.ServiceErrorType getErrorType()
String getErrorMessage()
String getExceptionMessage()
String getAdditionalDetails()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.