Status

Status of the event. Note: Not all events have status.

JSON representation
{
  "httpStatusCode": integer,
  "eventStatus": string,
  "errorCode": string,
  "errorMessage": string
}
Fields
httpStatusCode

integer

Status code of the event. Note: Field can be empty.

eventStatus

string

Status of the event.
Possible values if not empty:

  • UNKNOWN_EVENT_STATUS
  • SUCCEEDED
  • SUCCEEDED_WITH_WARNINGS
  • FAILED
  • SKIPPED
errorCode

string

Error code of the event. Note: Field can be empty.

errorMessage

string

Error message of the event. Note: Field can be empty.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-20 UTC.