Package xyz.block.ftl.v1
Interface CallResponse.ErrorOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface CallResponse.ErrorOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMessage()string message = 1;abstract ByteStringgetMessageBytes()string message = 1;abstract booleanhasStack()TODO: Richer error type.optional string stack = 2;abstract StringgetStack()TODO: Richer error type.optional string stack = 2;abstract ByteStringgetStackBytes()TODO: Richer error type.optional string stack = 2;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
abstract String getMessage()
string message = 1;- Returns:
The message.
-
getMessageBytes
abstract ByteString getMessageBytes()
string message = 1;- Returns:
The bytes for message.
-
hasStack
abstract boolean hasStack()
TODO: Richer error type.optional string stack = 2;- Returns:
Whether the stack field is set.
-
getStack
abstract String getStack()
TODO: Richer error type.optional string stack = 2;- Returns:
The stack.
-
getStackBytes
abstract ByteString getStackBytes()
TODO: Richer error type.optional string stack = 2;- Returns:
The bytes for stack.
-
-
-
-