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-09 UTC."],[[["This webpage provides documentation for the `HttpFaultAbort` class within the Google Cloud Compute Engine v1 API for .NET, detailing its functionality in specifying how to abort requests for fault injection."],["The `HttpFaultAbort` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The documentation covers the `HttpFaultAbort` class across multiple versions of the API, from version 1.0.0 up to the latest 3.6.0, with 3.3.0 being the current version highlighted."],["The `HttpFaultAbort` class includes properties `HttpStatus` (a uint representing the HTTP status code) and `Percentage` (a double for the percentage of traffic to abort), along with corresponding getters to check if these properties are set."],["The `HttpFaultAbort` class is used to specify the details for HTTP requests to be aborted as part of fault injection, including properties like the HTTP status code and the percentage of requests affected."]]],[]]