public static interface Fault.FaultAbortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Fault.FaultAbort.ErrorTypeCase |
getErrorTypeCase() |
int |
getHttpStatus()
HTTP status code to use to abort the HTTP request.
|
int |
getPercent()
An integer between 0-100 indicating the percentage of requests/operations/connections
that will be aborted with the error code provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPercent()
An integer between 0-100 indicating the percentage of requests/operations/connections that will be aborted with the error code provided.
uint32 percent = 1 [(.validate.rules) = { ... }int getHttpStatus()
HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(.validate.rules) = { ... }Fault.FaultAbort.ErrorTypeCase getErrorTypeCase()
Copyright © 2018 The Envoy Project. All rights reserved.