Contains all information about web service custom request execution result
- agentErrorCode: int
-
Agent error code
- body: String
-
Response body. Alias for
document.
- document: String
-
Document that was returned by web service as a response to the request
- errorMessage: String
-
Human readable error message set by server or agent
- httpResponseCode: int
-
HTTP response code
- statusCode: int
-
HTTP response status code. Alias for
httpResponseCode.
- success: bool
-
Will return
Truein case of success andFalseif there was problem on server or on agent