Package com.mux.spaces.api.proto.signals
Interface Signals.RequestErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.RequestError,Signals.RequestError.Builder
- Enclosing class:
- Signals
public static interface Signals.RequestErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCorrelator()an identifier used to correlate this error to a requestcom.google.protobuf.ByteStringgetCorrelatorBytes()an identifier used to correlate this error to a requestSignals.RequestError.TypegetType().mux.spaces.api.RequestError.Type type = 1;intgetTypeValue().mux.spaces.api.RequestError.Type type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.mux.spaces.api.RequestError.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
Signals.RequestError.Type getType()
.mux.spaces.api.RequestError.Type type = 1;- Returns:
- The type.
-
getCorrelator
java.lang.String getCorrelator()
an identifier used to correlate this error to a request
string correlator = 2;- Returns:
- The correlator.
-
getCorrelatorBytes
com.google.protobuf.ByteString getCorrelatorBytes()
an identifier used to correlate this error to a request
string correlator = 2;- Returns:
- The bytes for correlator.
-
-