Package com.seeq.link.sdk.utilities
Class SeeqSDKHelper
java.lang.Object
com.seeq.link.sdk.utilities.SeeqSDKHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatApiException
(com.seeq.ApiException e) Returns a String representation of the ApiException suitable for printing/logging.
-
Method Details
-
formatApiException
Returns a String representation of the ApiException suitable for printing/logging.- Parameters:
e
- the ApiException to format- Returns:
- a loggable message String
-