public interface StarStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMsg()
string error_msg = 2; |
com.google.protobuf.ByteString |
getErrorMsgBytes()
string error_msg = 2; |
com.google.protobuf.ByteString |
getExtraInfo()
Additional info sent from server side, can be different for different status_code.
|
StatusCode |
getStatusCode()
.staros.StatusCode status_code = 1; |
int |
getStatusCodeValue()
.staros.StatusCode status_code = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStatusCodeValue()
.staros.StatusCode status_code = 1;StatusCode getStatusCode()
.staros.StatusCode status_code = 1;java.lang.String getErrorMsg()
string error_msg = 2;com.google.protobuf.ByteString getErrorMsgBytes()
string error_msg = 2;com.google.protobuf.ByteString getExtraInfo()
Additional info sent from server side, can be different for different status_code. Most status code will not have this extra information. Currently known info as the following: * NOT_LEADER - extra_info -> LeaderInfo
bytes extra_info = 3;Copyright © 2024. All rights reserved.