Uses of Class
flyteidl.core.Types.Error
-
Packages that use Types.Error Package Description flyteidl.core -
-
Uses of Types.Error in flyteidl.core
Methods in flyteidl.core that return Types.Error Modifier and Type Method Description Types.ErrorTypes.Error.Builder. build()Types.ErrorTypes.Error.Builder. buildPartial()static Types.ErrorTypes.Error. getDefaultInstance()Types.ErrorTypes.Error.Builder. getDefaultInstanceForType()Types.ErrorTypes.Error. getDefaultInstanceForType()Types.ErrorLiterals.Scalar.Builder. getError().flyteidl.core.Error error = 6;Types.ErrorLiterals.Scalar. getError().flyteidl.core.Error error = 6;Types.ErrorLiterals.ScalarOrBuilder. getError().flyteidl.core.Error error = 6;Types.ErrorWorkflow.IfElseBlock.Builder. getError()An error to throw in case none of the branches were taken.Types.ErrorWorkflow.IfElseBlock. getError()An error to throw in case none of the branches were taken.Types.ErrorWorkflow.IfElseBlockOrBuilder. getError()An error to throw in case none of the branches were taken.static Types.ErrorTypes.Error. parseDelimitedFrom(java.io.InputStream input)static Types.ErrorTypes.Error. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.ErrorTypes.Error. parseFrom(byte[] data)static Types.ErrorTypes.Error. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.ErrorTypes.Error. parseFrom(com.google.protobuf.ByteString data)static Types.ErrorTypes.Error. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.ErrorTypes.Error. parseFrom(com.google.protobuf.CodedInputStream input)static Types.ErrorTypes.Error. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.ErrorTypes.Error. parseFrom(java.io.InputStream input)static Types.ErrorTypes.Error. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Types.ErrorTypes.Error. parseFrom(java.nio.ByteBuffer data)static Types.ErrorTypes.Error. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Types.Error Modifier and Type Method Description com.google.protobuf.Parser<Types.Error>Types.Error. getParserForType()static com.google.protobuf.Parser<Types.Error>Types.Error. parser()Methods in flyteidl.core with parameters of type Types.Error Modifier and Type Method Description Literals.Scalar.BuilderLiterals.Scalar.Builder. mergeError(Types.Error value).flyteidl.core.Error error = 6;Workflow.IfElseBlock.BuilderWorkflow.IfElseBlock.Builder. mergeError(Types.Error value)An error to throw in case none of the branches were taken.Types.Error.BuilderTypes.Error.Builder. mergeFrom(Types.Error other)static Types.Error.BuilderTypes.Error. newBuilder(Types.Error prototype)Literals.Scalar.BuilderLiterals.Scalar.Builder. setError(Types.Error value).flyteidl.core.Error error = 6;Workflow.IfElseBlock.BuilderWorkflow.IfElseBlock.Builder. setError(Types.Error value)An error to throw in case none of the branches were taken.
-