Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
CodeError |
CodeError.clone() |
CodeError |
CodeError.withErrorType(String errorType)
The type of code error.
|
CodeError |
CodeError.withLocation(CodeErrorLocation location)
The line, column, and span location of the error in the code.
|
CodeError |
CodeError.withValue(String value)
A user presentable error.
|
Modifier and Type | Method and Description |
---|---|
List<CodeError> |
EvaluateCodeErrorDetail.getCodeErrors()
Contains the list of
CodeError objects. |
List<CodeError> |
BadRequestDetail.getCodeErrors()
Contains the list of errors in the request.
|
Modifier and Type | Method and Description |
---|---|
EvaluateCodeErrorDetail |
EvaluateCodeErrorDetail.withCodeErrors(CodeError... codeErrors)
Contains the list of
CodeError objects. |
BadRequestDetail |
BadRequestDetail.withCodeErrors(CodeError... codeErrors)
Contains the list of errors in the request.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluateCodeErrorDetail.setCodeErrors(Collection<CodeError> codeErrors)
Contains the list of
CodeError objects. |
void |
BadRequestDetail.setCodeErrors(Collection<CodeError> codeErrors)
Contains the list of errors in the request.
|
EvaluateCodeErrorDetail |
EvaluateCodeErrorDetail.withCodeErrors(Collection<CodeError> codeErrors)
Contains the list of
CodeError objects. |
BadRequestDetail |
BadRequestDetail.withCodeErrors(Collection<CodeError> codeErrors)
Contains the list of errors in the request.
|
Copyright © 2023. All rights reserved.