public interface ResponseErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
错误码
|
com.google.protobuf.ByteString |
getCodeBytes()
错误码
|
String |
getMessage()
详细错误信息
|
com.google.protobuf.ByteString |
getMessageBytes()
详细错误信息
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCode()
错误码
string Code = 1;com.google.protobuf.ByteString getCodeBytes()
错误码
string Code = 1;String getMessage()
详细错误信息
string Message = 2;com.google.protobuf.ByteString getMessageBytes()
详细错误信息
string Message = 2;Copyright © 2023. All rights reserved.