Warehouse / Types/ object
EventDeliveryAttempt
A recorded attempt to deliver an event.
Fields
9 fieldsattemptNumber•Int!One-based attempt sequence number.
completedAt•DateTimeTz!When the attempt completed.
createdAt•DateTimeTz!When the attempt record was created.
error•StringBounded safe error description.
errorCode•StringMachine-readable error code.
httpStatus•IntHTTP response status, when one was received.
id•ID!Unique primary key.
startedAt•DateTimeTz!When the attempt started.