Share via


QueryCompilationError interface

An error produced by the compiler.

Properties

endColumn

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

endLine

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

isGlobal

Whether the error is not for a specific part but for the entire query. NOTE: This property will not be serialized. It can only be populated by the server.

message

The content of the error message. NOTE: This property will not be serialized. It can only be populated by the server.

startColumn

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

startLine

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endColumn

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

endColumn?: number

Property Value

number

endLine

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

endLine?: number

Property Value

number

isGlobal

Whether the error is not for a specific part but for the entire query. NOTE: This property will not be serialized. It can only be populated by the server.

isGlobal?: boolean

Property Value

boolean

message

The content of the error message. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

startColumn

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

startColumn?: number

Property Value

number

startLine

Describes the error location in the original query. Not set if isGlobal is true. NOTE: This property will not be serialized. It can only be populated by the server.

startLine?: number

Property Value

number