Package io.deephaven.proto.common
Interface ExceptionDetailsMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExceptionDetailsMessage,ExceptionDetailsMessage.Builder
@Generated
public interface ExceptionDetailsMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring errorMessage = 1;com.google.protobuf.ByteStringstring errorMessage = 1;string shortCauses = 3;com.google.protobuf.ByteStringstring shortCauses = 3;string stackTrace = 2;com.google.protobuf.ByteStringstring stackTrace = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorMessage
String getErrorMessage()string errorMessage = 1;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string errorMessage = 1;- Returns:
- The bytes for errorMessage.
-
getStackTrace
String getStackTrace()string stackTrace = 2;- Returns:
- The stackTrace.
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()string stackTrace = 2;- Returns:
- The bytes for stackTrace.
-
getShortCauses
String getShortCauses()string shortCauses = 3;- Returns:
- The shortCauses.
-
getShortCausesBytes
com.google.protobuf.ByteString getShortCausesBytes()string shortCauses = 3;- Returns:
- The bytes for shortCauses.
-