org.finos.tracdap.api.TracErrorItemOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-services Show documentation
Show all versions of tracdap-api-services Show documentation
TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/error.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.api;
public interface TracErrorItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.api.TracErrorItem)
com.google.protobuf.MessageOrBuilder {
/**
* string detail = 1;
* @return The detail.
*/
java.lang.String getDetail();
/**
* string detail = 1;
* @return The bytes for detail.
*/
com.google.protobuf.ByteString
getDetailBytes();
/**
* string fieldPath = 2;
* @return The fieldPath.
*/
java.lang.String getFieldPath();
/**
* string fieldPath = 2;
* @return The bytes for fieldPath.
*/
com.google.protobuf.ByteString
getFieldPathBytes();
}