csharp
public enum FuzzFailureWhich promise an input broke.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
ThrewAn exception escaped the decoder.
AllocatedThe decode allocated far more than the input could justify.
TookTooLongThe decode took long enough to be a weapon.
RetainedThe decoder can be talked into holding more and more, and never letting go.
RanAwayThe case was still running when the guard gave up on it.
Used by (6)
- CaseBudgetTestsVixen.Fuzz.Tests
- CaseGuardVixen.Fuzz
- CaseGuardTestsVixen.Fuzz.Tests
- FindingDedupTestsVixen.Fuzz.Tests
- FuzzFindingVixen.Fuzz
- FuzzSessionVixen.Fuzz