Status

イベントのステータス。注: すべてのイベントにステータスがあるわけではありません。

JSON 表現
{
  "httpStatusCode": integer,
  "eventStatus": string,
  "errorCode": string,
  "errorMessage": string
}
フィールド
httpStatusCode

integer

イベントのステータス コード。注: フィールドは空にできます。

eventStatus

string

イベントのステータス。
空でない場合に指定できる値:

  • UNKNOWN_EVENT_STATUS
  • SUCCEEDED
  • SUCCEEDED_WITH_WARNINGS
  • FAILED
  • SKIPPED

errorCode

string

イベントのエラーコード。注: フィールドは空にできます。

errorMessage

string

イベントのエラー メッセージ。注: フィールドは空にできます。