Excel.QueryError enum

An enum that specifies the query load error message.

Remarks

[ API set: ExcelApi 1.14 ]

Fields

failedDownload = "FailedDownload"

Download failed.

failedLoadToDataModel = "FailedLoadToDataModel"

Load to the data model failed.

failedLoadToWorksheet = "FailedLoadToWorksheet"

Load to the worksheet failed.

failedToCompleteDownload = "FailedToCompleteDownload"

Download did not complete.

none = "None"

No error.

unknown = "Unknown"

Unknown error.