All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polypheny.prism.ErrorResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/protointerface.proto

package org.polypheny.prism;

public interface ErrorResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ErrorResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Human readable error message
   * 
* * string message = 1; * @return The message. */ java.lang.String getMessage(); /** *
   * Human readable error message
   * 
* * string message = 1; * @return The bytes for message. */ com.google.protobuf.ByteString getMessageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy