TestErrorChaosEvent Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ChaosEvent
TestErrorChaosEvent

Constructor

TestErrorChaosEvent(*, time_stamp_utc, reason: Optional[str] = None, **kwargs)

Parameters

time_stamp_utc
datetime
Required

Required. The UTC timestamp when this Chaos event was generated.

kind
str
Required

Required. Constant filled by server.

reason
str
Required

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.