Status

Stato dell'evento. Nota: non tutti gli eventi hanno uno stato.

Rappresentazione JSON
{
  "httpStatusCode": integer,
  "eventStatus": string,
  "errorCode": string,
  "errorMessage": string
}
Campi
httpStatusCode

integer

Codice di stato dell'evento. Nota: il campo può essere vuoto.

eventStatus

string

Stato dell'evento.
Valori possibili se non vuoto:

  • UNKNOWN_EVENT_STATUS
  • COMPLETATO
  • SUCCEEDED_WITH_WARNINGS
  • ERRORE
  • SALTATO

errorCode

string

Codice di errore dell'evento. Nota: il campo può essere vuoto.

errorMessage

string

Messaggio di errore dell'evento. Nota: il campo può essere vuoto.