public static interface ByteplusSaasRetail.DataErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getData()
Specific abnormal data
string data = 2; |
com.google.protobuf.ByteString |
getDataBytes()
Specific abnormal data
string data = 2; |
String |
getMessage()
Detail error message, which should be in English.
|
com.google.protobuf.ByteString |
getMessageBytes()
Detail error message, which should be in English.
|
String getMessage()
Detail error message, which should be in English. Example, "An unexpected value XXX is included in the XXX field, only ["xx", "yy", "zz"] can be accepted"
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Detail error message, which should be in English. Example, "An unexpected value XXX is included in the XXX field, only ["xx", "yy", "zz"] can be accepted"
string message = 1;String getData()
Specific abnormal data
string data = 2;com.google.protobuf.ByteString getDataBytes()
Specific abnormal data
string data = 2;Copyright © 2022. All rights reserved.