public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
The status code.
|
String |
getMessage()
A developer-facing error message, which should be in English.
|
com.google.protobuf.ByteString |
getMessageBytes()
A developer-facing error message, which should be in English.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCode()
The status code. This is optional field. It is safe to assume 0 (OK) when not set.
int32 code = 1;String getMessage()
A developer-facing error message, which should be in English.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
A developer-facing error message, which should be in English.
string message = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.