QueryInfo

QueryInfo
QueryInfo

Represents the query info.

JSON Example
{
    "status": "string",
    "queryId": "string",
    "errorResponse": {
        "errorCode": "string",
        "errorType": "string",
        "arguments": [
            "string"
        ],
        "context": {
            "context": "string"
        },
        "message": "string",
        "remediationMessage": "string",
        "causes": [
            {
                "type": "string",
                "message": "string"
            }
        ],
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string"
    },
    "completed": false,
    "failure": false,
    "processing": false
}
string
status
Optional

Status of the query

string
queryId
Optional

ID of the query to retrieve

errorResponse
Optional

Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs

boolean
completed
Optional

completed

boolean
failure
Optional

failure

boolean
processing
Optional

processing