| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageGatewayError.Builder |
StorageGatewayError.builder() |
StorageGatewayError.Builder |
StorageGatewayError.Builder.errorCode(ErrorCode errorCode)
Additional information about the error.
|
StorageGatewayError.Builder |
StorageGatewayError.Builder.errorCode(String errorCode)
Additional information about the error.
|
StorageGatewayError.Builder |
StorageGatewayError.Builder.errorDetails(Map<String,String> errorDetails)
Human-readable text that provides detail about the error that occurred.
|
StorageGatewayError.Builder |
StorageGatewayError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StorageGatewayError.Builder> |
StorageGatewayError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceUnavailableErrorException.Builder |
ServiceUnavailableErrorException.Builder.error(Consumer<StorageGatewayError.Builder> error)
A StorageGatewayError that provides more information about the cause of the error.
|
Copyright © 2022. All rights reserved.