Package flyteidl.core
Interface Errors.ErrorDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Errors.ErrorDocument,Errors.ErrorDocument.Builder
- Enclosing class:
- Errors
public static interface Errors.ErrorDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Errors.ContainerErrorgetError()The error raised during execution.Errors.ContainerErrorOrBuildergetErrorOrBuilder()The error raised during execution.booleanhasError()The error raised during execution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasError
boolean hasError()
The error raised during execution.
.flyteidl.core.ContainerError error = 1;- Returns:
- Whether the error field is set.
-
getError
Errors.ContainerError getError()
The error raised during execution.
.flyteidl.core.ContainerError error = 1;- Returns:
- The error.
-
getErrorOrBuilder
Errors.ContainerErrorOrBuilder getErrorOrBuilder()
The error raised during execution.
.flyteidl.core.ContainerError error = 1;
-
-