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.