public class RpcMessage
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
ErrorDetails
Exception details from the service.
|
java.lang.String |
ErrorMessage
Exception message from the service.
|
java.lang.String |
ErrorType
If an error occurred in the service.
|
int |
Id
Identifies the request on the client side.
|
java.lang.String |
OperationName
The name of the operation that shall be performed.
|
ERpcRequest |
Request
Identifies the type of the request/response message.
|
java.lang.Object[] |
SerializedParams
Message data.
|
java.lang.Object |
SerializedReturn
Serialized return value.
|
Constructor and Description |
---|
RpcMessage() |
public int Id
public ERpcRequest Request
public java.lang.String OperationName
public java.lang.Object[] SerializedParams
public java.lang.Object SerializedReturn
public java.lang.String ErrorType
public java.lang.String ErrorMessage
public java.lang.String ErrorDetails