| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ErrorDetail.withDetailedErrorCode(String detailedErrorCode)
Detailed Error Code
|
ErrorDetail |
ErrorDetail.withDetailedErrorMessage(String detailedErrorMessage)
Detailed Error Message
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
BadRequestException.getErrorDetails()
Error Details
|
List<ErrorDetail> |
GetDeploymentStatusResult.getErrorDetails()
The error Details
|
List<ErrorDetail> |
InternalServerErrorException.getErrorDetails()
Error Details
|
| Modifier and Type | Method and Description |
|---|---|
BadRequestException |
BadRequestException.withErrorDetails(ErrorDetail... errorDetails)
Error Details
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(ErrorDetail... errorDetails)
The error Details
|
InternalServerErrorException |
InternalServerErrorException.withErrorDetails(ErrorDetail... errorDetails)
Error Details
|
| Modifier and Type | Method and Description |
|---|---|
void |
BadRequestException.setErrorDetails(Collection<ErrorDetail> errorDetails)
Error Details
|
void |
GetDeploymentStatusResult.setErrorDetails(Collection<ErrorDetail> errorDetails)
The error Details
|
void |
InternalServerErrorException.setErrorDetails(Collection<ErrorDetail> errorDetails)
Error Details
|
BadRequestException |
BadRequestException.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error Details
|
GetDeploymentStatusResult |
GetDeploymentStatusResult.withErrorDetails(Collection<ErrorDetail> errorDetails)
The error Details
|
InternalServerErrorException |
InternalServerErrorException.withErrorDetails(Collection<ErrorDetail> errorDetails)
Error Details
|
Copyright © 2017. All rights reserved.