Interface DebugInfoOrBuilder (2.37.1)

public interface DebugInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetail()

public abstract String getDetail()

Additional debugging information provided by the server.

string detail = 2;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public abstract ByteString getDetailBytes()

Additional debugging information provided by the server.

string detail = 2;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the stackEntries.