public class ErrorMessageParser extends Object
| Constructor and Description |
|---|
ErrorMessageParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bestErrorMessage(String fullErrorMessage)
Parse the fullErrorMessage from the IoTHub to find the root cause
of the problem, after that, return a string with the best information
about the issue
|
public static String bestErrorMessage(String fullErrorMessage)
fullErrorMessage - is the full error message from the IoTHubCopyright © 2019. All rights reserved.