ErrorResponse Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. hsm. parser. ErrorResponse
- com.
public class ErrorResponse
Json parser for the response received from an HSM unit upon a failed sign request
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ErrorResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Error |
fromJson(String json) |
| java.lang.String |
getMessage()
Get the message |
Methods inherited from java.lang.Object
Constructor Details
ErrorResponse
public ErrorResponse()
Method Details
fromJson
public static ErrorResponse fromJson(String json)
Parameters:
getMessage
public String getMessage()
Get the message
Returns: