| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ImmutableErrorDetails.errorCode()
Error Code.
|
ErrorCode |
ErrorDetails.errorCode()
Error Code.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableErrorDetails.Builder |
ImmutableErrorDetails.Builder.errorCode(ErrorCode errorCode)
Initializes the value for the
errorCode attribute. |
ImmutableErrorDetails |
ImmutableErrorDetails.withErrorCode(ErrorCode value)
Copy the current immutable object by setting a value for the
errorCode attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.