Package org.finos.tracdap.api
Interface TracErrorItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TracErrorItem,TracErrorItem.Builder
public interface TracErrorItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring detail = 1;com.google.protobuf.ByteStringstring detail = 1;string fieldPath = 2;com.google.protobuf.ByteStringstring fieldPath = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDetail
String getDetail()string detail = 1;- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()string detail = 1;- Returns:
- The bytes for detail.
-
getFieldPath
String getFieldPath()string fieldPath = 2;- Returns:
- The fieldPath.
-
getFieldPathBytes
com.google.protobuf.ByteString getFieldPathBytes()string fieldPath = 2;- Returns:
- The bytes for fieldPath.
-