issueGeneralDetails
An object representing general details for an issue.
Parameter |
Type |
Count |
Description |
url |
String |
1 |
Issue's creating URL string |
baseUrl |
String |
1 |
|
sourceFile |
String |
1 |
Path to the file where the issue manifested |
sourceLine |
String |
1 |
Line number where the issue manifests within the sourceFile |
function |
String |
1 |
Name of the function that caused the issue to manifest |
customEventClass |
String |
1 |
|
aggregationHint |
String |
1 |
A unique identifier that groups all events under this issue |
errorString |
String |
1 |
The error string generated for the event |
errorType |
String |
1 |
PHP Error type created for the event |