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

org.finos.tracdap.api.TracErrorItemOrBuilder Maven / Gradle / Ivy

Go to download

TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services

There is a newer version: 0.6.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tracdap/api/error.proto

// Protobuf Java Version: 3.25.3
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy