CompletionErrorsEvent interface
Real time event (SignalR) for a completion errors on a pull request
- Extends
error |
The error message associated with the completion error |
event |
The id of this event. Can be used to track send/receive state between client and server. |
pull |
The id of the pull request this event was generated for. |
The error message associated with the completion error
errorMessage: string
Property Value
string
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
The id of the pull request this event was generated for.
pullRequestId: number
Property Value
number
Inherited From RealTimePullRequestEvent.pullRequestId