Interface RemoteExceptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoteException,RemoteException.Builder
public interface RemoteExceptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring exception_type = 1;com.google.protobuf.ByteStringstring exception_type = 1;string message = 2;com.google.protobuf.ByteStringstring message = 2;string remote_stack_trace = 3;com.google.protobuf.ByteStringstring remote_stack_trace = 3;optional .IronPdfEngine.Proto.RemoteException root_exception = 4;optional .IronPdfEngine.Proto.RemoteException root_exception = 4;booleanoptional .IronPdfEngine.Proto.RemoteException root_exception = 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
-
getExceptionType
String getExceptionType()string exception_type = 1;- Returns:
- The exceptionType.
-
getExceptionTypeBytes
com.google.protobuf.ByteString getExceptionTypeBytes()string exception_type = 1;- Returns:
- The bytes for exceptionType.
-
getMessage
String getMessage()string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-
getRemoteStackTrace
String getRemoteStackTrace()string remote_stack_trace = 3;- Returns:
- The remoteStackTrace.
-
getRemoteStackTraceBytes
com.google.protobuf.ByteString getRemoteStackTraceBytes()string remote_stack_trace = 3;- Returns:
- The bytes for remoteStackTrace.
-
hasRootException
boolean hasRootException()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;- Returns:
- Whether the rootException field is set.
-
getRootException
RemoteException getRootException()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;- Returns:
- The rootException.
-
getRootExceptionOrBuilder
RemoteExceptionOrBuilder getRootExceptionOrBuilder()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
-