public static interface CodeErrorLocation.Builder extends SdkPojo, CopyableBuilder<CodeErrorLocation.Builder,CodeErrorLocation>
| Modifier and Type | Method and Description |
|---|---|
CodeErrorLocation.Builder |
column(Integer column)
The column number in the code.
|
CodeErrorLocation.Builder |
line(Integer line)
The line number in the code.
|
CodeErrorLocation.Builder |
span(Integer span)
The span/length of the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeErrorLocation.Builder line(Integer line)
The line number in the code. Defaults to 0 if unknown.
line - The line number in the code. Defaults to 0 if unknown.CodeErrorLocation.Builder column(Integer column)
The column number in the code. Defaults to 0 if unknown.
column - The column number in the code. Defaults to 0 if unknown.CodeErrorLocation.Builder span(Integer span)
The span/length of the error. Defaults to -1 if unknown.
span - The span/length of the error. Defaults to -1 if unknown.Copyright © 2023. All rights reserved.