EventStatus
Defined in: src/models/event-status.ts:21
Enum for event statuses.
Enumeration Members
Section titled “Enumeration Members”CANCELLED
Section titled “CANCELLED”CANCELLED:
"cancelled"
Defined in: src/models/event-status.ts:38
The event was cancelled before it was successfully sent.
ENCRYPTING
Section titled “ENCRYPTING”ENCRYPTING:
"encrypting"
Defined in: src/models/event-status.ts:26
The message is being encrypted
NOT_SENT
Section titled “NOT_SENT”NOT_SENT:
"not_sent"
Defined in: src/models/event-status.ts:23
The event was not sent and will no longer be retried.
QUEUED
Section titled “QUEUED”QUEUED:
"queued"
Defined in: src/models/event-status.ts:32
The event is in a queue waiting to be sent.
SENDING
Section titled “SENDING”SENDING:
"sending"
Defined in: src/models/event-status.ts:29
The event is in the process of being sent.
SENT:
"sent"
Defined in: src/models/event-status.ts:35
The event has been sent to the server, but we have not yet received the echo.