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.String getCorrelator()
      an identifier used to correlate this error to a request
      com.google.protobuf.ByteString getCorrelatorBytes()
      an identifier used to correlate this error to a request
      Signals.RequestError.Type getType()
      .mux.spaces.api.RequestError.Type type = 1;
      int getTypeValue()
      .mux.spaces.api.RequestError.Type 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 Detail

      • getTypeValue

        int getTypeValue()
        .mux.spaces.api.RequestError.Type type = 1;
        Returns:
        The enum numeric value on the wire for 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.