org.polypheny.prism.ErrorResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
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();
}