CodeErrorLocation - Amazon AppSync
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CodeErrorLocation

Describes the location of the error in a code sample.

Contents

column

The column number in the code. Defaults to 0 if unknown.

Type: Integer

Required: No

line

The line number in the code. Defaults to 0 if unknown.

Type: Integer

Required: No

span

The span/length of the error. Defaults to -1 if unknown.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: