Lines Matching defs:description

161         "description": "An unknown error occurred while executing 'gn gen'.",  string
172 "description": "Syntax error. There is a syntax error in the code.", string
195 "description": "GN build error. The GN build system cannot find the file.", string
202 "description": "GN build error. The GN build system cannot find the BUILD.gn file.", string
209 "description": "GN build error. The GN build system cannot find the import file.", string
216 "description": "GN build error. The GN build system cannot find the variable.", string
223 "description": "GN build error. The GN build system cannot find the function.", string
230 "description": "GN build error. The GN build system cannot find the label.", string
237 "description": "GN build error. The build argument was declared multiple times.", string
244 "description": "GN build error. The GN build system cannot find the dependencies.", string
250 "description": "An unknown error occurred while executing 'ninja -C'.", string
261 "description": "Syntax error. There is a syntax error in the code.", string
268 "description": "Syntax error. There is a syntax error in the code.", string
277 …"description": "Missing semicolon error. A semicolon is missing in a function or struct definition… string
286 "description": "Undeclared variable error. A variable is used before it is declared.", string
296 … "description": "Conflicting types error. The function's prototype does not match its definition.", string
307 "description": "Invalid conversion error. An invalid type conversion is attempted.", string
317 "description": "Divide by zero error. An attempt is made to divide by zero.", string
327 "description": "Floating-point error. An error occurs during a floating point operation.", string
337 "description": "Uninitialized variable error. A variable is used before it is initialized.", string
347 "description": "Stack overflow error. The program exceeds the maximum stack size.", string
357 …"description": "Out of bounds error. An attempt is made to access an array element outside the bou… string
367 … "description": "Null pointer error. An attempt is made to dereference or access a null pointer.", string
377 … "description": "Undefined reference error. The linker cannot find the definition of a function.", string
388 "description": "Ninja build error. The ninja build system cannot parse the build file.", string
399 "description": "Ninja build error. The ninja build system cannot find the target.", string