QueryCompilationResult interface
查詢編譯請求的結果。
屬性
| errors | 編譯器生成的錯誤消息。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| functions | 查詢使用的所有函數名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| inputs | 查詢使用的所有輸入名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| outputs | 查詢使用的所有輸出名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| warnings | 編譯器生成的警告消息。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
errors
functions
查詢使用的所有函數名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
functions?: string[]
屬性值
string[]
inputs
查詢使用的所有輸入名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
inputs?: string[]
屬性值
string[]
outputs
查詢使用的所有輸出名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
outputs?: string[]
屬性值
string[]
warnings
編譯器生成的警告消息。 注意:這個屬性不會串行化。 它只能由伺服器填入。
warnings?: string[]
屬性值
string[]