QueryCompilationResult interface
The result of the query compilation request.
Properties
| errors | Error messages produced by the compiler. NOTE: This property will not be serialized. It can only be populated by the server. |
| functions | All function names used by the query. NOTE: This property will not be serialized. It can only be populated by the server. |
| inputs | All input names used by the query. NOTE: This property will not be serialized. It can only be populated by the server. |
| outputs | All output names used by the query. NOTE: This property will not be serialized. It can only be populated by the server. |
| warnings | Warning messages produced by the compiler. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errors
Error messages produced by the compiler. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: QueryCompilationError[]
Property Value
functions
All function names used by the query. NOTE: This property will not be serialized. It can only be populated by the server.
functions?: string[]
Property Value
string[]
inputs
All input names used by the query. NOTE: This property will not be serialized. It can only be populated by the server.
inputs?: string[]
Property Value
string[]
outputs
All output names used by the query. NOTE: This property will not be serialized. It can only be populated by the server.
outputs?: string[]
Property Value
string[]
warnings
Warning messages produced by the compiler. NOTE: This property will not be serialized. It can only be populated by the server.
warnings?: string[]
Property Value
string[]