Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 967 Bytes

File metadata and controls

38 lines (29 loc) · 967 Bytes

WebServiceResponse

Contains all information about web service custom request execution result

Instance attributes

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 True in case of success and False if there was problem on server or on agent