public static interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Optional. The exception message. Example: "java.lang.NullPointerException: Something important was null that can't be null"
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Optional. The exception message. Example: "java.lang.NullPointerException: Something important was null that can't be null"
string message = 1;String getErrorType()
The exception type. Example: "java.lang.RuntimeException"
string error_type = 2;com.google.protobuf.ByteString getErrorTypeBytes()
The exception type. Example: "java.lang.RuntimeException"
string error_type = 2;String getErrorTypeCode()
Optional. The exception type code. Example: 40143
string error_type_code = 3;com.google.protobuf.ByteString getErrorTypeCodeBytes()
Optional. The exception type code. Example: 40143
string error_type_code = 3;int getDataCount()
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;boolean containsData(String key)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;@Deprecated Map<String,String> getData()
getDataMap() instead.Map<String,String> getDataMap()
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;String getDataOrDefault(String key, String defaultValue)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;String getDataOrThrow(String key)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;String getSourceMethod()
Optional. Fully qualified method from the first stack trace frame. Example: "com.stackify.error.test.SomeSweetClass.doSomething"
string source_method = 5;com.google.protobuf.ByteString getSourceMethodBytes()
Optional. Fully qualified method from the first stack trace frame. Example: "com.stackify.error.test.SomeSweetClass.doSomething"
string source_method = 5;List<StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrame> getStacktraceList()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrame getStacktrace(int index)
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;int getStacktraceCount()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;List<? extends StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder> getStacktraceOrBuilderList()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder getStacktraceOrBuilder(int index)
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;boolean hasInnerError()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;StackifyProto.LogGroup.Log.Error.ErrorItem getInnerError()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder getInnerErrorOrBuilder()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;Copyright © 2020 Stackify, LLC. All rights reserved.