public static interface ClientProtocolDefinition.Error extends ClientProtocolDefinition.OutboundMessage
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_CODE
The error code.
|
static String |
ERROR_DESCRIPTION
A possible, additional, optional error description.
|
static int |
MESSAGE_ID
The unique id of the message.
|
static final int MESSAGE_ID
static final String ERROR_CODE
UbiErrorCode
. (key = "errorCode")static final String ERROR_DESCRIPTION
null
. (key = "errorDescription")