你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryCompilationError interface

编译器产生的错误。

属性

endColumn

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

endLine

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

isGlobal

错误是否不是针对特定部件,而是针对整个查询。 注意:此属性不会序列化。 它只能由服务器填充。

message

错误消息的内容。 注意:此属性不会序列化。 它只能由服务器填充。

startColumn

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

startLine

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

endColumn

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

endColumn?: number

属性值

number

endLine

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

endLine?: number

属性值

number

isGlobal

错误是否不是针对特定部件,而是针对整个查询。 注意:此属性不会序列化。 它只能由服务器填充。

isGlobal?: boolean

属性值

boolean

message

错误消息的内容。 注意:此属性不会序列化。 它只能由服务器填充。

message?: string

属性值

string

startColumn

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

startColumn?: number

属性值

number

startLine

描述原始查询中的错误位置。 如果 isGlobal 为 true,则未设置。 注意:此属性不会序列化。 它只能由服务器填充。

startLine?: number

属性值

number