-
Id
int Id
Identifies the request on the client side.
-
Request
ERpcRequest Request
Identifies the type of the request/response message.
e.g. if it is InvokeMethod, SubscribeEvent, UnsubscribeEvent, RaiseEvent or Response.
-
OperationName
java.lang.String OperationName
The name of the operation that shall be performed.
e.g. in case of InvokeMethod it specifies which method shall be invoked.
-
SerializedParams
java.lang.Object[] SerializedParams
Message data.
e.g. in case of InvokeMethod it contains input parameters data.
-
SerializedReturn
java.lang.Object SerializedReturn
Serialized return value.
If it is method returning void then the return value is null.
-
ErrorType
java.lang.String ErrorType
If an error occurred in the service.
-
ErrorMessage
java.lang.String ErrorMessage
Exception message from the service.
-
ErrorDetails
java.lang.String ErrorDetails
Exception details from the service.