@Generated public enum TerminationTypeType extends Enum<TerminationTypeType>
[status page]: https://status.databricks.com/
| Enum Constant and Description |
|---|
CLIENT_ERROR |
CLOUD_FAILURE |
INTERNAL_ERROR |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static TerminationTypeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminationTypeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminationTypeType CLIENT_ERROR
public static final TerminationTypeType CLOUD_FAILURE
public static final TerminationTypeType INTERNAL_ERROR
public static final TerminationTypeType SUCCESS
public static TerminationTypeType[] values()
for (TerminationTypeType c : TerminationTypeType.values()) System.out.println(c);
public static TerminationTypeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.