public class CommunicationError extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description
The error description from the UA.
|
SystemMessage |
failingMessage
The message which couldn't be sent.
|
Integer |
statusCode
The status code from the UA.
|
| Constructor and Description |
|---|
CommunicationError(String jsonRepresentation)
Create a new error object from the given JSON representation.
|
public final SystemMessage failingMessage
public final Integer statusCode
public final String description
public CommunicationError(String jsonRepresentation)
jsonRepresentation - the error description as sent from the JavaScript runtimeCopyright © 2006–2020 Esito AS. All rights reserved.