The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The latest version available for `HttpFaultAbort` is 3.6.0, with various versions from 1.0.0 to 3.6.0 accessible."],["`HttpFaultAbort` specifies how requests are aborted during fault injection and inherits from `Object`, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `HttpFaultAbort` includes constructors to initialize a new instance, either empty or by copying from another `HttpFaultAbort` object."],["`HttpFaultAbort` class properties include `HasHttpStatus`, `HasPercentage`, `HttpStatus`, and `Percentage`, which are used to define if a status code is set, if a percentage is set, the HTTP status code to abort the request, and the percentage of traffic to abort, respectively."]]],[]]