CodeError
Describes an AppSync error.
Contents
- errorType
-
The type of code error.
Examples include, but aren't limited to:
LINT_ERROR,PARSER_ERROR.Type: String
Required: No
- location
-
The line, column, and span location of the error in the code.
Type: CodeErrorLocation object
Required: No
- value
-
A user presentable error.
Examples include, but aren't limited to:
Parsing error: Unterminated string literal.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: