Object containing the information of an issue.

Hierarchy

  • IssueAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
errorMessage?: string

Error message associated with the issue.

errorType?: string

Type of the error that matches the issue.

filePath?: string

Path of the file where the issue occurred.

firstSeen?: number

Timestamp of the first seen error in milliseconds since the Unix epoch.

firstSeenVersion?: string

The application version (for example, git commit hash) where the issue was first observed.

functionName?: string

Name of the function where the issue occurred.

isCrash?: boolean

Error is a crash.

languages?: IssueLanguage[]

Array of programming languages associated with the issue.

lastSeen?: number

Timestamp of the last seen error in milliseconds since the Unix epoch.

lastSeenVersion?: string

The application version (for example, git commit hash) where the issue was last observed.

platform?: IssuePlatform

Platform associated with the issue.

service?: string

Service name.

state?: IssueState

State of the issue

Generated using TypeDoc