QueryInfo
                                QueryInfo                            
                            Represents the query info.
JSON Example
                                    {
    "completed": false,
    "errorResponse": {
        "arguments": [
            "string"
        ],
        "causes": [
            {
                "message": "string",
                "type": "string"
            }
        ],
        "context": {
            "context": "string"
        },
        "errorCode": "string",
        "errorType": "string",
        "message": "string",
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "remediationMessage": "string"
    },
    "failure": false,
    "processing": false,
    "queryId": "string",
    "status": "string"
}
            
            
                                    boolean
                
                
            
        
        
                completed            
                            Optional
            
            
        completed
                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
                
                
            
        
        
                failure            
                            Optional
            
            
        failure
            
            
                                    boolean
                
                
            
        
        
                processing            
                            Optional
            
            
        processing
            
            
                                    string
                
                
            
        
        
                queryId            
                            Optional
            
            
        ID of the query to retrieve
            
            
                                    string
                
                
            
        
        
                status            
                            Optional
            
            
        Status of the query
