Uses of Class
flyteidl.core.Errors.ContainerError.Kind
-
Packages that use Errors.ContainerError.Kind Package Description flyteidl.core -
-
Uses of Errors.ContainerError.Kind in flyteidl.core
Fields in flyteidl.core declared as Errors.ContainerError.Kind Modifier and Type Field Description private static Errors.ContainerError.Kind[]Errors.ContainerError.Kind. VALUESFields in flyteidl.core with type parameters of type Errors.ContainerError.Kind Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Errors.ContainerError.Kind>Errors.ContainerError.Kind. internalValueMapMethods in flyteidl.core that return Errors.ContainerError.Kind Modifier and Type Method Description static Errors.ContainerError.KindErrors.ContainerError.Kind. forNumber(int value)Errors.ContainerError.KindErrors.ContainerError.Builder. getKind()An abstract error kind for this error.Errors.ContainerError.KindErrors.ContainerError. getKind()An abstract error kind for this error.Errors.ContainerError.KindErrors.ContainerErrorOrBuilder. getKind()An abstract error kind for this error.static Errors.ContainerError.KindErrors.ContainerError.Kind. valueOf(int value)Deprecated.static Errors.ContainerError.KindErrors.ContainerError.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Errors.ContainerError.KindErrors.ContainerError.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Errors.ContainerError.Kind[]Errors.ContainerError.Kind. 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 Errors.ContainerError.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Errors.ContainerError.Kind>Errors.ContainerError.Kind. internalGetValueMap()Methods in flyteidl.core with parameters of type Errors.ContainerError.Kind Modifier and Type Method Description Errors.ContainerError.BuilderErrors.ContainerError.Builder. setKind(Errors.ContainerError.Kind value)An abstract error kind for this error.
-