Uses of Class
flyteidl.core.Execution.ExecutionError
-
Packages that use Execution.ExecutionError Package Description flyteidl.admin flyteidl.core flyteidl.event -
-
Uses of Execution.ExecutionError in flyteidl.admin
Methods in flyteidl.admin that return Execution.ExecutionError Modifier and Type Method Description Execution.ExecutionErrorExecutionOuterClass.ExecutionClosure.Builder. getError()Error information in the case of a failed execution.Execution.ExecutionErrorExecutionOuterClass.ExecutionClosure. getError()Error information in the case of a failed execution.Execution.ExecutionErrorExecutionOuterClass.ExecutionClosureOrBuilder. getError()Error information in the case of a failed execution.Execution.ExecutionErrorNodeExecutionOuterClass.NodeExecutionClosure.Builder. getError()Error information for the NodeExecution.ExecutionErrorNodeExecutionOuterClass.NodeExecutionClosure. getError()Error information for the NodeExecution.ExecutionErrorNodeExecutionOuterClass.NodeExecutionClosureOrBuilder. getError()Error information for the NodeExecution.ExecutionErrorTaskExecutionOuterClass.TaskExecutionClosure.Builder. getError()Error information for the task execution.Execution.ExecutionErrorTaskExecutionOuterClass.TaskExecutionClosure. getError()Error information for the task execution.Execution.ExecutionErrorTaskExecutionOuterClass.TaskExecutionClosureOrBuilder. getError()Error information for the task execution.Methods in flyteidl.admin with parameters of type Execution.ExecutionError Modifier and Type Method Description ExecutionOuterClass.ExecutionClosure.BuilderExecutionOuterClass.ExecutionClosure.Builder. mergeError(Execution.ExecutionError value)Error information in the case of a failed execution.NodeExecutionOuterClass.NodeExecutionClosure.BuilderNodeExecutionOuterClass.NodeExecutionClosure.Builder. mergeError(Execution.ExecutionError value)Error information for the NodeTaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. mergeError(Execution.ExecutionError value)Error information for the task execution.ExecutionOuterClass.ExecutionClosure.BuilderExecutionOuterClass.ExecutionClosure.Builder. setError(Execution.ExecutionError value)Error information in the case of a failed execution.NodeExecutionOuterClass.NodeExecutionClosure.BuilderNodeExecutionOuterClass.NodeExecutionClosure.Builder. setError(Execution.ExecutionError value)Error information for the NodeTaskExecutionOuterClass.TaskExecutionClosure.BuilderTaskExecutionOuterClass.TaskExecutionClosure.Builder. setError(Execution.ExecutionError value)Error information for the task execution. -
Uses of Execution.ExecutionError in flyteidl.core
Methods in flyteidl.core that return Execution.ExecutionError Modifier and Type Method Description Execution.ExecutionErrorExecution.ExecutionError.Builder. build()Execution.ExecutionErrorExecution.ExecutionError.Builder. buildPartial()static Execution.ExecutionErrorExecution.ExecutionError. getDefaultInstance()Execution.ExecutionErrorExecution.ExecutionError.Builder. getDefaultInstanceForType()Execution.ExecutionErrorExecution.ExecutionError. getDefaultInstanceForType()static Execution.ExecutionErrorExecution.ExecutionError. parseDelimitedFrom(java.io.InputStream input)static Execution.ExecutionErrorExecution.ExecutionError. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(byte[] data)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(com.google.protobuf.ByteString data)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(com.google.protobuf.CodedInputStream input)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(java.io.InputStream input)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(java.nio.ByteBuffer data)static Execution.ExecutionErrorExecution.ExecutionError. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.core that return types with arguments of type Execution.ExecutionError Modifier and Type Method Description com.google.protobuf.Parser<Execution.ExecutionError>Execution.ExecutionError. getParserForType()static com.google.protobuf.Parser<Execution.ExecutionError>Execution.ExecutionError. parser()Methods in flyteidl.core with parameters of type Execution.ExecutionError Modifier and Type Method Description Execution.ExecutionError.BuilderExecution.ExecutionError.Builder. mergeFrom(Execution.ExecutionError other)static Execution.ExecutionError.BuilderExecution.ExecutionError. newBuilder(Execution.ExecutionError prototype) -
Uses of Execution.ExecutionError in flyteidl.event
Methods in flyteidl.event that return Execution.ExecutionError Modifier and Type Method Description Execution.ExecutionErrorEvent.NodeExecutionEvent.Builder. getError()Error information for the executionExecution.ExecutionErrorEvent.NodeExecutionEvent. getError()Error information for the executionExecution.ExecutionErrorEvent.NodeExecutionEventOrBuilder. getError()Error information for the executionExecution.ExecutionErrorEvent.TaskExecutionEvent.Builder. getError()Error information for the executionExecution.ExecutionErrorEvent.TaskExecutionEvent. getError()Error information for the executionExecution.ExecutionErrorEvent.TaskExecutionEventOrBuilder. getError()Error information for the executionExecution.ExecutionErrorEvent.WorkflowExecutionEvent.Builder. getError()Error information for the executionExecution.ExecutionErrorEvent.WorkflowExecutionEvent. getError()Error information for the executionExecution.ExecutionErrorEvent.WorkflowExecutionEventOrBuilder. getError()Error information for the executionMethods in flyteidl.event with parameters of type Execution.ExecutionError Modifier and Type Method Description Event.NodeExecutionEvent.BuilderEvent.NodeExecutionEvent.Builder. mergeError(Execution.ExecutionError value)Error information for the executionEvent.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. mergeError(Execution.ExecutionError value)Error information for the executionEvent.WorkflowExecutionEvent.BuilderEvent.WorkflowExecutionEvent.Builder. mergeError(Execution.ExecutionError value)Error information for the executionEvent.NodeExecutionEvent.BuilderEvent.NodeExecutionEvent.Builder. setError(Execution.ExecutionError value)Error information for the executionEvent.TaskExecutionEvent.BuilderEvent.TaskExecutionEvent.Builder. setError(Execution.ExecutionError value)Error information for the executionEvent.WorkflowExecutionEvent.BuilderEvent.WorkflowExecutionEvent.Builder. setError(Execution.ExecutionError value)Error information for the execution
-