Package com.seeq.link.messages
Interface ErrorMessage.ErrorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorMessage.ErrorInfo
,ErrorMessage.ErrorInfo.Builder
- Enclosing class:
- ErrorMessage
public static interface ErrorMessage.ErrorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
required .com.seeq.link.messages.ErrorCode code = 1;
optional string exception = 3;
com.google.protobuf.ByteString
optional string exception = 3;
required string message = 2;
com.google.protobuf.ByteString
required string message = 2;
boolean
hasCode()
required .com.seeq.link.messages.ErrorCode code = 1;
boolean
optional string exception = 3;
boolean
required string message = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCode
boolean hasCode()required .com.seeq.link.messages.ErrorCode code = 1;
- Returns:
- Whether the code field is set.
-
getCode
ErrorMessage.ErrorCode getCode()required .com.seeq.link.messages.ErrorCode code = 1;
- Returns:
- The code.
-
hasMessage
boolean hasMessage()required string message = 2;
- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()required string message = 2;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()required string message = 2;
- Returns:
- The bytes for message.
-
hasException
boolean hasException()optional string exception = 3;
- Returns:
- Whether the exception field is set.
-
getException
String getException()optional string exception = 3;
- Returns:
- The exception.
-
getExceptionBytes
com.google.protobuf.ByteString getExceptionBytes()optional string exception = 3;
- Returns:
- The bytes for exception.
-