public interface ErrorMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetails(int index)
A collection of messages providing more details about root causes of the error
|
com.google.protobuf.ByteString |
getDetailsBytes(int index)
A collection of messages providing more details about root causes of the error
|
int |
getDetailsCount()
A collection of messages providing more details about root causes of the error
|
List<String> |
getDetailsList()
A collection of messages providing more details about root causes of the error
|
String |
getErrorCode()
An Error Code identifying the type of error
|
com.google.protobuf.ByteString |
getErrorCodeBytes()
An Error Code identifying the type of error
|
String |
getLocation()
A description of the location (client component, server) where the error occurred
|
com.google.protobuf.ByteString |
getLocationBytes()
A description of the location (client component, server) where the error occurred
|
String |
getMessage()
A human readable message explaining the error
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message explaining the error
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessage()
A human readable message explaining the error
string message = 1;
com.google.protobuf.ByteString getMessageBytes()
A human readable message explaining the error
string message = 1;
String getLocation()
A description of the location (client component, server) where the error occurred
string location = 2;
com.google.protobuf.ByteString getLocationBytes()
A description of the location (client component, server) where the error occurred
string location = 2;
List<String> getDetailsList()
A collection of messages providing more details about root causes of the error
repeated string details = 3;
int getDetailsCount()
A collection of messages providing more details about root causes of the error
repeated string details = 3;
String getDetails(int index)
A collection of messages providing more details about root causes of the error
repeated string details = 3;
com.google.protobuf.ByteString getDetailsBytes(int index)
A collection of messages providing more details about root causes of the error
repeated string details = 3;
String getErrorCode()
An Error Code identifying the type of error
string error_code = 4;
com.google.protobuf.ByteString getErrorCodeBytes()
An Error Code identifying the type of error
string error_code = 4;
Copyright © 2010–2020. All rights reserved.