Package sass.embedded_protocol
Interface EmbeddedSass.ProtocolErrorOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.ProtocolError
,EmbeddedSass.ProtocolError.Builder
- Enclosing class:
- EmbeddedSass
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
The ID of the request that had an error.A human-readable message providing more detail about the error.A human-readable message providing more detail about the error.getType()
.sass.embedded_protocol.ProtocolErrorType type = 1;
int
.sass.embedded_protocol.ProtocolErrorType type = 1;
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
-
getTypeValue
int getTypeValue().sass.embedded_protocol.ProtocolErrorType type = 1;
- Returns:
- The enum numeric value on the wire for type.
-
getType
EmbeddedSass.ProtocolErrorType getType().sass.embedded_protocol.ProtocolErrorType type = 1;
- Returns:
- The type.
-
getId
int getId()The ID of the request that had an error. This MUST be `4294967295` if the request ID couldn't be determined, or if the error is being reported for a response or an event.
uint32 id = 2;
- Returns:
- The id.
-
getMessage
String getMessage()A human-readable message providing more detail about the error.
string message = 3;
- Returns:
- The message.
-
getMessageBytes
ByteString getMessageBytes()A human-readable message providing more detail about the error.
string message = 3;
- Returns:
- The bytes for message.
-