| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The error details of the verification result of the SQL deployment. | ||
| lineNumber | string | The number the row at which the error starts. | 3 |
| columnNumber | string | The number of the column at which the error starts. | 2 |
| endLineNumber | string | The number of the row at which the error ends. | 5 |
| endColumnNumber | string | The number of the column at which the error ends. | 11 |
| message | string | The error message. | "" |
| invalidflinkConf | array | The list of invalid configurations of Realtime Compute for Apache Flink. | |
| string | The information about the invalid configurations of Realtime Compute for Apache Flink. | {"k:v"} |