Package xyz.block.ftl.v1.language
Interface ErrorOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ErrorOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMsg()string msg = 1;abstract ByteStringgetMsgBytes()string msg = 1;abstract intgetLevelValue().xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;abstract Error.ErrorLevelgetLevel().xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;abstract booleanhasPos().xyz.block.ftl.v1.language.Position pos = 5;abstract PositiongetPos().xyz.block.ftl.v1.language.Position pos = 5;abstract PositionOrBuildergetPosOrBuilder().xyz.block.ftl.v1.language.Position pos = 5;-
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
-
getMsgBytes
abstract ByteString getMsgBytes()
string msg = 1;- Returns:
The bytes for msg.
-
getLevelValue
abstract int getLevelValue()
.xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;- Returns:
The enum numeric value on the wire for level.
-
getLevel
abstract Error.ErrorLevel getLevel()
.xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;- Returns:
The level.
-
hasPos
abstract boolean hasPos()
.xyz.block.ftl.v1.language.Position pos = 5;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
abstract PositionOrBuilder getPosOrBuilder()
.xyz.block.ftl.v1.language.Position pos = 5;
-
-
-
-