Uses of Interface
flyteidl.core.Types.ErrorOrBuilder
-
Packages that use Types.ErrorOrBuilder Package Description flyteidl.core -
-
Uses of Types.ErrorOrBuilder in flyteidl.core
Classes in flyteidl.core that implement Types.ErrorOrBuilder Modifier and Type Class Description static classTypes.ErrorRepresents an error thrown from a node.static classTypes.Error.BuilderRepresents an error thrown from a node.Fields in flyteidl.core with type parameters of type Types.ErrorOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Literals.Scalar.Builder. errorBuilder_private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Workflow.IfElseBlock.Builder. errorBuilder_Methods in flyteidl.core that return Types.ErrorOrBuilder Modifier and Type Method Description Types.ErrorOrBuilderLiterals.Scalar.Builder. getErrorOrBuilder().flyteidl.core.Error error = 6;Types.ErrorOrBuilderLiterals.Scalar. getErrorOrBuilder().flyteidl.core.Error error = 6;Types.ErrorOrBuilderLiterals.ScalarOrBuilder. getErrorOrBuilder().flyteidl.core.Error error = 6;Types.ErrorOrBuilderWorkflow.IfElseBlock.Builder. getErrorOrBuilder()An error to throw in case none of the branches were taken.Types.ErrorOrBuilderWorkflow.IfElseBlock. getErrorOrBuilder()An error to throw in case none of the branches were taken.Types.ErrorOrBuilderWorkflow.IfElseBlockOrBuilder. getErrorOrBuilder()An error to throw in case none of the branches were taken.Methods in flyteidl.core that return types with arguments of type Types.ErrorOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Literals.Scalar.Builder. getErrorFieldBuilder().flyteidl.core.Error error = 6;private com.google.protobuf.SingleFieldBuilderV3<Types.Error,Types.Error.Builder,Types.ErrorOrBuilder>Workflow.IfElseBlock.Builder. getErrorFieldBuilder()An error to throw in case none of the branches were taken.
-