| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCategory |
ChangesetErrorInfo.errorCategory()
The category of the error.
|
ErrorCategory |
DataViewErrorInfo.errorCategory()
The category of the error.
|
static ErrorCategory |
ErrorCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ErrorCategory |
ErrorCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCategory[] |
ErrorCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ErrorCategory> |
ErrorCategory.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChangesetErrorInfo.Builder |
ChangesetErrorInfo.Builder.errorCategory(ErrorCategory errorCategory)
The category of the error.
|
DataViewErrorInfo.Builder |
DataViewErrorInfo.Builder.errorCategory(ErrorCategory errorCategory)
The category of the error.
|
Copyright © 2023. All rights reserved.