Excel.QueryError enum
An enum that specifies the query load error message.
Remarks
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins