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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getExceptionTypeString getExceptionType()string exception_type = 1;- Returns:
- The exceptionType.
 
- 
getExceptionTypeBytescom.google.protobuf.ByteString getExceptionTypeBytes()string exception_type = 1;- Returns:
- The bytes for exceptionType.
 
- 
getMessageString getMessage()string message = 2;- Returns:
- The message.
 
- 
getMessageBytescom.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
 
- 
getRemoteStackTraceString getRemoteStackTrace()string remote_stack_trace = 3;- Returns:
- The remoteStackTrace.
 
- 
getRemoteStackTraceBytescom.google.protobuf.ByteString getRemoteStackTraceBytes()string remote_stack_trace = 3;- Returns:
- The bytes for remoteStackTrace.
 
- 
hasRootExceptionboolean hasRootException()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;- Returns:
- Whether the rootException field is set.
 
- 
getRootExceptionRemoteException getRootException()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;- Returns:
- The rootException.
 
- 
getRootExceptionOrBuilderRemoteExceptionOrBuilder getRootExceptionOrBuilder()optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
 
-