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-02 UTC."],[[["This webpage provides documentation for the `HttpFaultAbort` class within the Google Cloud Compute Engine v1 API for .NET."],["The `HttpFaultAbort` class is used to define how requests are aborted during fault injection, and the page includes a list of previous versions of this resource from 1.0.0 all the way to the current latest version 3.6.0, as well as the current version at 2.12.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["`HttpFaultAbort` has properties to manage the percentage and the HTTP status code that will be applied to a request being aborted as part of fault injection, with the HTTP status code being between 200 and 599 inclusive, and the percentage between 0.0 and 100.0 inclusive."],["The webpage details the constructors, properties, and inherited members, giving a complete overview of the current HttpFaultAbort class and its implementation."]]],[]]