public interface DebugInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDetail()
Additional debugging information provided by the server.
|
ByteString |
getDetailBytes()
Additional debugging information provided by the server.
|
java.lang.String |
getStackEntries(int index)
The stack trace entries indicating where the error occurred.
|
ByteString |
getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
|
int |
getStackEntriesCount()
The stack trace entries indicating where the error occurred.
|
java.util.List<java.lang.String> |
getStackEntriesList()
The stack trace entries indicating where the error occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getStackEntriesList()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
int getStackEntriesCount()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
java.lang.String getStackEntries(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
ByteString getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
java.lang.String getDetail()
Additional debugging information provided by the server.
string detail = 2;
ByteString getDetailBytes()
Additional debugging information provided by the server.
string detail = 2;