public interface DebugInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()
Additional debugging information provided by the server.
string detail = 2;
Returns | |
---|---|
Type | Description |
String | The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()
Additional debugging information provided by the server.
string detail = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for detail. |
getStackEntries(int index)
public abstract String getStackEntries(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The stackEntries at the given index. |
getStackEntriesBytes(int index)
public abstract ByteString getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the stackEntries at the given index. |
getStackEntriesCount()
public abstract int getStackEntriesCount()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Returns | |
---|---|
Type | Description |
int | The count of stackEntries. |
getStackEntriesList()
public abstract List<String> getStackEntriesList()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the stackEntries. |