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."],[[["The `HttpFaultAbort` class, part of the Google.Cloud.Compute.V1 API, is used to define how requests are aborted during fault injection."],["This API class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the .NET framework."],["The class offers properties to configure the HTTP status code (`HttpStatus`) and the percentage of traffic to abort (`Percentage`), with constraints on acceptable values."],["The documentation covers multiple versions of the `HttpFaultAbort` class, ranging from version 1.0.0 to the latest version 3.6.0, with version 2.13.0 being the current version detailed on this specific page."],["The class has 2 constructors : `HttpFaultAbort()` and `HttpFaultAbort(HttpFaultAbort other)`."]]],[]]