public static final class StackifyProto.LogGroup.Log.Error.ErrorItem extends com.google.protobuf.GeneratedMessageV3 implements StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder
stackify.LogGroup.Log.Error.ErrorItem| Modifier and Type | Class and Description |
|---|---|
static class |
StackifyProto.LogGroup.Log.Error.ErrorItem.Builder
Protobuf type
stackify.LogGroup.Log.Error.ErrorItem |
static class |
StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrame
Protobuf type
stackify.LogGroup.Log.Error.ErrorItem.TraceFrame |
static interface |
StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FIELD_NUMBER |
static int |
ERROR_TYPE_CODE_FIELD_NUMBER |
static int |
ERROR_TYPE_FIELD_NUMBER |
static int |
INNER_ERROR_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
SOURCE_METHOD_FIELD_NUMBER |
static int |
STACKTRACE_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MESSAGE_FIELD_NUMBER
public static final int ERROR_TYPE_FIELD_NUMBER
public static final int ERROR_TYPE_CODE_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static final int SOURCE_METHOD_FIELD_NUMBER
public static final int STACKTRACE_FIELD_NUMBER
public static final int INNER_ERROR_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getMessage()
Optional. The exception message. Example: "java.lang.NullPointerException: Something important was null that can't be null"
string message = 1;getMessage in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic 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;getMessageBytes in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic String getErrorType()
The exception type. Example: "java.lang.RuntimeException"
string error_type = 2;getErrorType in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic com.google.protobuf.ByteString getErrorTypeBytes()
The exception type. Example: "java.lang.RuntimeException"
string error_type = 2;getErrorTypeBytes in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic String getErrorTypeCode()
Optional. The exception type code. Example: 40143
string error_type_code = 3;getErrorTypeCode in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic com.google.protobuf.ByteString getErrorTypeCodeBytes()
Optional. The exception type code. Example: 40143
string error_type_code = 3;getErrorTypeCodeBytes in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic int getDataCount()
StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;getDataCount in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic boolean containsData(String key)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;containsData in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder@Deprecated public Map<String,String> getData()
getDataMap() instead.getData in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic Map<String,String> getDataMap()
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;getDataMap in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic String getDataOrDefault(String key, String defaultValue)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;getDataOrDefault in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic String getDataOrThrow(String key)
Optional. Additional data from the loggers diagnostic context. Example: {"Key1": "Value1", "Key2":"Value2"}
map<string, string> data = 4;getDataOrThrow in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic String getSourceMethod()
Optional. Fully qualified method from the first stack trace frame. Example: "com.stackify.error.test.SomeSweetClass.doSomething"
string source_method = 5;getSourceMethod in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic 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;getSourceMethodBytes in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic List<StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrame> getStacktraceList()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;getStacktraceList in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic List<? extends StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder> getStacktraceOrBuilderList()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;getStacktraceOrBuilderList in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic int getStacktraceCount()
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;getStacktraceCount in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrame getStacktrace(int index)
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;getStacktrace in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic StackifyProto.LogGroup.Log.Error.ErrorItem.TraceFrameOrBuilder getStacktraceOrBuilder(int index)
Lists of stack trace frames.
repeated .stackify.LogGroup.Log.Error.ErrorItem.TraceFrame stacktrace = 6;getStacktraceOrBuilder in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic boolean hasInnerError()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;hasInnerError in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic StackifyProto.LogGroup.Log.Error.ErrorItem getInnerError()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;getInnerError in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder getInnerErrorOrBuilder()
Optional. Same as Msgs[*]/Ex/Error object.
.stackify.LogGroup.Log.Error.ErrorItem inner_error = 7;getInnerErrorOrBuilder in interface StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.ErrorItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StackifyProto.LogGroup.Log.Error.ErrorItem.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StackifyProto.LogGroup.Log.Error.ErrorItem.Builder newBuilder()
public static StackifyProto.LogGroup.Log.Error.ErrorItem.Builder newBuilder(StackifyProto.LogGroup.Log.Error.ErrorItem prototype)
public StackifyProto.LogGroup.Log.Error.ErrorItem.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StackifyProto.LogGroup.Log.Error.ErrorItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StackifyProto.LogGroup.Log.Error.ErrorItem getDefaultInstance()
public static com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.ErrorItem> parser()
public com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.ErrorItem> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StackifyProto.LogGroup.Log.Error.ErrorItem getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Stackify, LLC. All rights reserved.