GraphQL API
Warehouse API
Warehouse / Types/ object

EventDeliveryAttempt

A recorded attempt to deliver an event.

Fields

9 fields
attemptNumberInt!

One-based attempt sequence number.

completedAtDateTimeTz!

When the attempt completed.

createdAtDateTimeTz!

When the attempt record was created.

errorString

Bounded safe error description.

errorCodeString

Machine-readable error code.

httpStatusInt

HTTP response status, when one was received.

idID!

Unique primary key.

Attempt result.

FAILEDSUCCEEDED
startedAtDateTimeTz!

When the attempt started.