public static interface HTTPErrorInfo.HTTP_Error_InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpBody()
The response body, if there is one
|
com.google.protobuf.ByteString |
getHttpBodyBytes()
The response body, if there is one
|
int |
getHttpCode()
The status code that indicates what error occurred
|
String |
getHttpMessage()
The message string that follows the error code
|
com.google.protobuf.ByteString |
getHttpMessageBytes()
The message string that follows the error code
|
boolean |
hasHttpBody()
The response body, if there is one
|
boolean |
hasHttpCode()
The status code that indicates what error occurred
|
boolean |
hasHttpMessage()
The message string that follows the error code
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHttpCode()
The status code that indicates what error occurred
required uint32 http_code = 1;int getHttpCode()
The status code that indicates what error occurred
required uint32 http_code = 1;boolean hasHttpMessage()
The message string that follows the error code
required string http_message = 2;String getHttpMessage()
The message string that follows the error code
required string http_message = 2;com.google.protobuf.ByteString getHttpMessageBytes()
The message string that follows the error code
required string http_message = 2;boolean hasHttpBody()
The response body, if there is one
optional string http_body = 3;String getHttpBody()
The response body, if there is one
optional string http_body = 3;com.google.protobuf.ByteString getHttpBodyBytes()
The response body, if there is one
optional string http_body = 3;Copyright © 2015–2024. All rights reserved.