Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.QueryError enum

Package:
excel

An enum that specifies the query load error message.

Remarks

API set: ExcelApi 1.14

Used by

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.


Feedback

Was this page helpful?