public interface ExceptionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getHasFullStack()
the default is true
|
com.google.protobuf.BoolValueOrBuilder |
getHasFullStackOrBuilder()
the default is true
|
int |
getId()
optional int32 id = 1; |
java.lang.String |
getMessage()
optional string message = 4; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 4; |
int |
getOuterId()
optional int32 outerId = 2; |
StackFrame |
getParsedStack(int index)
repeated .contracts.StackFrame parsedStack = 7; |
int |
getParsedStackCount()
repeated .contracts.StackFrame parsedStack = 7; |
java.util.List<StackFrame> |
getParsedStackList()
repeated .contracts.StackFrame parsedStack = 7; |
StackFrameOrBuilder |
getParsedStackOrBuilder(int index)
repeated .contracts.StackFrame parsedStack = 7; |
java.util.List<? extends StackFrameOrBuilder> |
getParsedStackOrBuilderList()
repeated .contracts.StackFrame parsedStack = 7; |
java.lang.String |
getStack()
optional string stack = 6; |
com.google.protobuf.ByteString |
getStackBytes()
optional string stack = 6; |
java.lang.String |
getTypeName()
optional string typeName = 3; |
com.google.protobuf.ByteString |
getTypeNameBytes()
optional string typeName = 3; |
boolean |
hasHasFullStack()
the default is true
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getId()
optional int32 id = 1;int getOuterId()
optional int32 outerId = 2;java.lang.String getTypeName()
optional string typeName = 3;com.google.protobuf.ByteString getTypeNameBytes()
optional string typeName = 3;java.lang.String getMessage()
optional string message = 4;com.google.protobuf.ByteString getMessageBytes()
optional string message = 4;boolean hasHasFullStack()
the default is true
optional .google.protobuf.BoolValue hasFullStack = 5;com.google.protobuf.BoolValue getHasFullStack()
the default is true
optional .google.protobuf.BoolValue hasFullStack = 5;com.google.protobuf.BoolValueOrBuilder getHasFullStackOrBuilder()
the default is true
optional .google.protobuf.BoolValue hasFullStack = 5;java.lang.String getStack()
optional string stack = 6;com.google.protobuf.ByteString getStackBytes()
optional string stack = 6;java.util.List<StackFrame> getParsedStackList()
repeated .contracts.StackFrame parsedStack = 7;StackFrame getParsedStack(int index)
repeated .contracts.StackFrame parsedStack = 7;int getParsedStackCount()
repeated .contracts.StackFrame parsedStack = 7;java.util.List<? extends StackFrameOrBuilder> getParsedStackOrBuilderList()
repeated .contracts.StackFrame parsedStack = 7;StackFrameOrBuilder getParsedStackOrBuilder(int index)
repeated .contracts.StackFrame parsedStack = 7;