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-03-24 UTC."],[[["The `HttpFaultAbort` class specifies how to abort requests as part of fault injection, and it is found within the `Google.Cloud.Compute.V1` namespace."],["The latest version of this API available is 3.6.0, and many previous versions dating back to 1.0.0 can also be accessed via the provided links."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `HttpFaultAbort` include `HttpStatus`, which sets the HTTP status code for abortion, and `Percentage`, which determines the traffic percentage affected."],["The HttpFaultAbort class has two constructors, one that is empty and another one that takes another HttpFaultAbort object as a parameter."]]],[]]