List of basic issues properties.
|
Parameter |
Type |
Count |
Description |
|
id |
Integer |
1 |
Issue identifier |
|
rule |
String |
1 |
Issue's rule name |
|
lastOccurence |
Integer |
1 |
Issue's last time of manifestation |
|
severity |
String |
1 |
Issue's severity( Warning | Error) |
|
status |
String
|
1 |
Issue's current status |
|
url |
String
|
1 |
Issue's creating URL string |
|
sourceFile |
String
|
1 |
Path to the file where the issue manifested |
|
sourceLine |
Integer |
1 |
Line number where the issue manifests within the SourceFile |
|
function |
String
|
1 |
Name of the function that caused the issue to manifest |
|
aggregationHint |
String
|
1 |
A unique identifier that groups all events under this issue |
|
errorString |
String
|
1 |
The error string generated for the events |
|
errorType |
String
|
1 |
PHP Error type created for the event |
|
routeDetails |
List of routeDetail |
0...* |
Route details for the issue and the request that created it |
|
|
|
|
|
Related Links: Response Data Types |
|
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.