public static interface ByteplusSaasRetail.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
Output only.
|
String |
getMessage()
Output only.
|
com.google.protobuf.ByteString |
getMessageBytes()
Output only.
|
int getCode()
Output only.
The error code. Callers should expect this field for all
responses.
Here is the table for the possible codes.
0 : The request is successfully returned. Other values indicates errors.
xxx : The 3-digit error codes align with standard http error codes, e.g.
4xx indicates user error while 5xx indicates server error.
1xxx: The errors related to Import calls.
2xxx: The errors related to Predict calls.
Please refer to [this](../docs/error-code) for more details.
int32 code = 1;String getMessage()
Output only. Detailed error message.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
Output only. Detailed error message.
string message = 2;Copyright © 2022. All rights reserved.