WebAPI Reference Guide > Data Types > Response Data Types > issue

issue

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

hasCodetracing

Boolean

1

Indicates that at least one of the issue’s events groups have a codetracing file

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

appName

String

1

User Application name that produced the issue (added 1.3)

appId

Integer

1

Application Id that produced the issue (added 1.3)

Version: 1.2

 

 

Related Links

Related Links:

Response Data Types

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.