Uses of Class
flyteidl.core.Execution.ExecutionError.ErrorKind
-
Packages that use Execution.ExecutionError.ErrorKind Package Description flyteidl.core -
-
Uses of Execution.ExecutionError.ErrorKind in flyteidl.core
Fields in flyteidl.core declared as Execution.ExecutionError.ErrorKind Modifier and Type Field Description private static Execution.ExecutionError.ErrorKind[]Execution.ExecutionError.ErrorKind. VALUESFields in flyteidl.core with type parameters of type Execution.ExecutionError.ErrorKind Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Execution.ExecutionError.ErrorKind>Execution.ExecutionError.ErrorKind. internalValueMapMethods in flyteidl.core that return Execution.ExecutionError.ErrorKind Modifier and Type Method Description static Execution.ExecutionError.ErrorKindExecution.ExecutionError.ErrorKind. forNumber(int value)Execution.ExecutionError.ErrorKindExecution.ExecutionError.Builder. getKind().flyteidl.core.ExecutionError.ErrorKind kind = 4;Execution.ExecutionError.ErrorKindExecution.ExecutionError. getKind().flyteidl.core.ExecutionError.ErrorKind kind = 4;Execution.ExecutionError.ErrorKindExecution.ExecutionErrorOrBuilder. getKind().flyteidl.core.ExecutionError.ErrorKind kind = 4;Execution.ExecutionError.ErrorKindErrors.ContainerError.Builder. getOrigin()Defines the origin of the error (system, user, unknown).Execution.ExecutionError.ErrorKindErrors.ContainerError. getOrigin()Defines the origin of the error (system, user, unknown).Execution.ExecutionError.ErrorKindErrors.ContainerErrorOrBuilder. getOrigin()Defines the origin of the error (system, user, unknown).static Execution.ExecutionError.ErrorKindExecution.ExecutionError.ErrorKind. valueOf(int value)Deprecated.static Execution.ExecutionError.ErrorKindExecution.ExecutionError.ErrorKind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Execution.ExecutionError.ErrorKindExecution.ExecutionError.ErrorKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Execution.ExecutionError.ErrorKind[]Execution.ExecutionError.ErrorKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Execution.ExecutionError.ErrorKind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Execution.ExecutionError.ErrorKind>Execution.ExecutionError.ErrorKind. internalGetValueMap()Methods in flyteidl.core with parameters of type Execution.ExecutionError.ErrorKind Modifier and Type Method Description Execution.ExecutionError.BuilderExecution.ExecutionError.Builder. setKind(Execution.ExecutionError.ErrorKind value).flyteidl.core.ExecutionError.ErrorKind kind = 4;Errors.ContainerError.BuilderErrors.ContainerError.Builder. setOrigin(Execution.ExecutionError.ErrorKind value)Defines the origin of the error (system, user, unknown).
-