Options
All
  • Public
  • Public/Protected
  • All
Menu

The status of an event.

Index

Enumeration members

Failed = "failed"

A server-side error ocurred during submission.

Invalid = "invalid"

The event could not be processed.

PayloadTooLarge = "payload_too_large"

The sent payload was too large to be processed.

RateLimit = "rate_limit"

A user or device in the payload is currently rate limited and should try again later.

Skipped = "skipped"

The event was skipped due to configuration or callbacks.

Success = "success"

The event was sent successfully.

SystemError = "SystemError"

NodeJS runtime environment error.. E.g. disconnected from network

Timeout = "Timeout"

a server or client side error occuring when a request takes too long and is cancelled

Unknown = "unknown"

The status could not be determined.

Generated using TypeDoc