static Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.ErrorKind.forNumber(int value) |
|
Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.Builder.getKind() |
.flyteidl.core.ExecutionError.ErrorKind kind = 4;
|
Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.getKind() |
.flyteidl.core.ExecutionError.ErrorKind kind = 4;
|
Execution.ExecutionError.ErrorKind |
Execution.ExecutionErrorOrBuilder.getKind() |
.flyteidl.core.ExecutionError.ErrorKind kind = 4;
|
static Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.ErrorKind.valueOf(int value) |
Deprecated.
|
static Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.ErrorKind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Execution.ExecutionError.ErrorKind |
Execution.ExecutionError.ErrorKind.valueOf(java.lang.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.
|