public interface ErrorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode()
This field uses the error codes defined in grpc::StatusCode.
|
String |
getErrorMessage()
string error_message = 2; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
string error_message = 2; |
int getErrorCode()
This field uses the error codes defined in grpc::StatusCode.
int32 error_code = 1;String getErrorMessage()
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
string error_message = 2;Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.