| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ErrorDetail.withDetailedErrorCode(String detailedErrorCode)
A detailed error code.
|
ErrorDetail |
ErrorDetail.withDetailedErrorMessage(String detailedErrorMessage)
A detailed error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
InternalServerErrorException.getErrorDetails()
Details about the error.
|
List<ErrorDetail> |
BadRequestException.getErrorDetails()
Details about the error.
|
List<ErrorDetail> |
BulkDeploymentResult.getErrorDetails()
Details about the error.
|
List<ErrorDetail> |
GetDeploymentStatusResult.getErrorDetails()
Error details
|
List<ErrorDetail> |
GetBulkDeploymentStatusResult.getErrorDetails()
Error details
|
| Modifier and Type | Method and Description |
|---|---|
InternalServerErrorException |
InternalServerErrorException.withErrorDetails(ErrorDetail... errorDetails)
Details about the error.
|
BadRequestException |
BadRequestException.withErrorDetails(ErrorDetail... errorDetails)
Details about the error.
|
BulkDeploymentResult |
BulkDeploymentResult.withErrorDetails(ErrorDetail... errorDetails)
Details about the error.
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(ErrorDetail... errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withErrorDetails(ErrorDetail... errorDetails)
Error details
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalServerErrorException.setErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
void |
BadRequestException.setErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
void |
BulkDeploymentResult.setErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
void |
GetDeploymentStatusResult.setErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
void |
GetBulkDeploymentStatusResult.setErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
InternalServerErrorException |
InternalServerErrorException.withErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
BadRequestException |
BadRequestException.withErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
BulkDeploymentResult |
BulkDeploymentResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
GetBulkDeploymentStatusResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
Copyright © 2021. All rights reserved.