CompletionErrorsEvent interface

Real time event (SignalR) for a completion errors on a pull request

Extends

Properties

errorMessage

The error message associated with the completion error

Inherited Properties

eventId

The id of this event. Can be used to track send/receive state between client and server.

pullRequestId

The id of the pull request this event was generated for.

Property Details

errorMessage

The error message associated with the completion error

errorMessage: string

Property Value

string

Inherited Property Details

eventId

The id of this event. Can be used to track send/receive state between client and server.

eventId: string

Property Value

string

Inherited From RealTimePullRequestEvent.eventId

pullRequestId

The id of the pull request this event was generated for.

pullRequestId: number

Property Value

number

Inherited From RealTimePullRequestEvent.pullRequestId