| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
CodeErrorLocation |
CodeErrorLocation.clone() |
CodeErrorLocation |
CodeError.getLocation()
The line, column, and span location of the error in the code.
|
CodeErrorLocation |
CodeErrorLocation.withColumn(Integer column)
The column number in the code.
|
CodeErrorLocation |
CodeErrorLocation.withLine(Integer line)
The line number in the code.
|
CodeErrorLocation |
CodeErrorLocation.withSpan(Integer span)
The span/length of the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeError.setLocation(CodeErrorLocation location)
The line, column, and span location of the error in the code.
|
CodeError |
CodeError.withLocation(CodeErrorLocation location)
The line, column, and span location of the error in the code.
|
Copyright © 2023. All rights reserved.