Package 

Interface LivekitModels.RpcErrorOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getCode() uint32 code = 1;
      abstract String getMessage() string message = 2;
      abstract ByteString getMessageBytes() string message = 2;
      abstract String getData() string data = 3;
      abstract ByteString getDataBytes() string data = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait