Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestErrorChaosEvent

Package version

Describes a Chaos event that gets generated when an unexpected event occurs in the Chaos engine. For example, due to the cluster snapshot being inconsistent, while faulting an entity, Chaos found that the entity was already faulted -- which would be an unexpected event.

Hierarchy

  • TestErrorChaosEvent

Index

Properties

Properties

kind

kind: "TestError"

Polymorphic Discriminator

Optional reason

reason: undefined | string

Describes why TestErrorChaosEvent was generated. For example, Chaos tries to fault a partition but finds that the partition is no longer fault tolerant, then a TestErrorEvent gets generated with the reason stating that the partition is not fault tolerant.

timeStampUtc

timeStampUtc: Date

The UTC timestamp when this Chaos event was generated.

Generated using TypeDoc