public interface DebugInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()Additional debugging information provided by the server.
string detail = 2;
| Type | Description |
| String | The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()Additional debugging information provided by the server.
string detail = 2;
| 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;
| Name | Description |
| index | intThe index of the element to return. |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| 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;
| 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;
| Type | Description |
| List<String> | A list containing the stackEntries. |