public interface ProtocolErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
The ID of the request that had an error.
|
String |
getMessage()
A human-readable message providing more detail about the error.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human-readable message providing more detail about the error.
|
ProtocolErrorType |
getType()
.sass.embedded_protocol.ProtocolErrorType type = 1; |
int |
getTypeValue()
.sass.embedded_protocol.ProtocolErrorType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.sass.embedded_protocol.ProtocolErrorType type = 1;ProtocolErrorType getType()
.sass.embedded_protocol.ProtocolErrorType type = 1;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;String getMessage()
A human-readable message providing more detail about the error.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
A human-readable message providing more detail about the error.
string message = 3;