The system will generate a response after processing your request for AddToSource.

{
"responseCode": 201,
"responseMsg": "The operation is successful.",
"resourceInfoList": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"error": null
}
]
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

201
responseMsg: string

Successful or Failure message

"The operation is successful."
resourceInfoList: object[]

List of resource path names.

[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\t1",
"error": null
}
]
resourcePath: string

Path to the view root or any resource within the view.

error: object
errorCode: integer

Represents the operation status code.

errorMsg: string

Error or exception description message.