Interface ErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Error,Error.Builder
public interface ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()optional .ignition.rpc.Error cause = 5;optional .ignition.rpc.Error cause = 5;string class_name = 2;com.google.protobuf.ByteStringstring class_name = 2;intoptional int32 error_number = 4;string message = 1;com.google.protobuf.ByteStringstring message = 1;getStacktrace(int index) repeated .ignition.rpc.Error.StackTrace stacktrace = 3;intrepeated .ignition.rpc.Error.StackTrace stacktrace = 3;repeated .ignition.rpc.Error.StackTrace stacktrace = 3;getStacktraceOrBuilder(int index) repeated .ignition.rpc.Error.StackTrace stacktrace = 3;List<? extends Error.StackTraceOrBuilder>repeated .ignition.rpc.Error.StackTrace stacktrace = 3;booleanhasCause()optional .ignition.rpc.Error cause = 5;booleanoptional int32 error_number = 4;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
-
getMessage
String getMessage()string message = 1;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 1;- Returns:
- The bytes for message.
-
getClassName
String getClassName()string class_name = 2;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()string class_name = 2;- Returns:
- The bytes for className.
-
getStacktraceList
List<Error.StackTrace> getStacktraceList()repeated .ignition.rpc.Error.StackTrace stacktrace = 3; -
getStacktrace
repeated .ignition.rpc.Error.StackTrace stacktrace = 3; -
getStacktraceCount
int getStacktraceCount()repeated .ignition.rpc.Error.StackTrace stacktrace = 3; -
getStacktraceOrBuilderList
List<? extends Error.StackTraceOrBuilder> getStacktraceOrBuilderList()repeated .ignition.rpc.Error.StackTrace stacktrace = 3; -
getStacktraceOrBuilder
repeated .ignition.rpc.Error.StackTrace stacktrace = 3; -
hasErrorNumber
boolean hasErrorNumber()optional int32 error_number = 4;- Returns:
- Whether the errorNumber field is set.
-
getErrorNumber
int getErrorNumber()optional int32 error_number = 4;- Returns:
- The errorNumber.
-
hasCause
boolean hasCause()optional .ignition.rpc.Error cause = 5;- Returns:
- Whether the cause field is set.
-
getCause
Error getCause()optional .ignition.rpc.Error cause = 5;- Returns:
- The cause.
-
getCauseOrBuilder
ErrorOrBuilder getCauseOrBuilder()optional .ignition.rpc.Error cause = 5;
-