Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static FailureDetails.Code |
FailureDetails.Code.create(String key) |
FailureDetails.Code |
FailureDetails.getCode()
Job failure reason.
|
static FailureDetails.Code |
FailureDetails.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureDetails.Code[] |
FailureDetails.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FailureDetails.Builder |
FailureDetails.Builder.code(FailureDetails.Code code)
Job failure reason.
|
Constructor and Description |
---|
FailureDetails(FailureDetails.Code code,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.