次の方法で共有


CompletionErrorsEvent interface

pull request での完了エラーのリアルタイム イベント (SignalR)

Extends

プロパティ

errorMessage

完了エラーに関連付けられているエラー メッセージ

継承されたプロパティ

eventId

このイベントの ID。 クライアントとサーバー間の送受信状態を追跡するために使用できます。

pullRequestId

このイベントが生成された pull request の ID。

プロパティの詳細

errorMessage

完了エラーに関連付けられているエラー メッセージ

errorMessage: string

プロパティ値

string

継承されたプロパティの詳細

eventId

このイベントの ID。 クライアントとサーバー間の送受信状態を追跡するために使用できます。

eventId: string

プロパティ値

string

RealTimePullRequestEvent.eventIdから継承

pullRequestId

このイベントが生成された pull request の ID。

pullRequestId: number

プロパティ値

number

RealTimePullRequestEvent.pullRequestIdから継承