ALM 12.5x REST API Reference
Sample Exception in JSON
Copy Code
{
    "Id": "qccore.required-field-missing",
    "Title": "Missing required field: severity for entity defect",
    "ExceptionProperties": [{
        "Name": "field-name",
        "StringValue": "severity"
    }, {
        "Name": "entity-name",
        "StringValue": "defect"
    }],
    "StackTrace": null
}