Interface Protocol.ErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Protocol.Error, Protocol.Error.Builder
Enclosing class:
Protocol

public static interface Protocol.ErrorOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 code = 1;
    string message = 2;
    com.google.protobuf.ByteString
    string message = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCode

      int getCode()
      uint32 code = 1;
      Returns:
      The code.
    • getMessage

      String getMessage()
      string message = 2;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Returns:
      The bytes for message.