Internal structure to store a single failure setting. More...
Public Attributes | |
uint32_t | iteration |
Current iteration of the failure. More... | |
uint32_t | trigger_iteration |
Number of iterations after which the failure is triggered. More... | |
int | failure_type |
The failure type; an enum in FailureInducer.cc. More... | |
int | error_code |
The error code which is thrown (if type is FAILURE_TYPE_THROW) More... | |
int | pause_millis |
Milliseconds to pause (if type is FAILURE_TYPE_PAUSE) More... | |
Internal structure to store a single failure setting.
Definition at line 107 of file FailureInducer.h.