Excel.ConnectErrorCellValueSubType enum

Represents types of #CONNECT! errors.

Remarks

[ API set: ExcelApi 1.16 ]

Fields

dataTypeNoConnection = "DataTypeNoConnection"

An error caused by no service connection for linked data types. Displays as error type #CONNECT! in Excel.

dataTypeServiceError = "DataTypeServiceError"

An error caused by an issue in the service for linked data types. Displays as error type #CONNECT! in Excel.

excelClientMisconfigurationError = "ExcelClientMisconfigurationError"

An error caused by Excel being incorrectly configured for connection to an external code service. Displays as error type #CONNECT! in Excel.

externalCodeServiceComputeResourceNotAvailable = "ExternalCodeServiceComputeResourceNotAvailable"

An error caused by an external code service compute resource not being available. Displays as error type #CONNECT! in Excel.

externalCodeServiceEnvironmentBadState = "ExternalCodeServiceEnvironmentBadState"

An error caused by an external code service execution environment being in an inoperative state. Displays as error type #CONNECT! in Excel.

externalCodeServiceEnvironmentNotFound = "ExternalCodeServiceEnvironmentNotFound"

An error caused by not being able to find an external code service execution environment. Displays as error type #CONNECT! in Excel.

externalCodeServiceRuntimeBadState = "ExternalCodeServiceRuntimeBadState"

An error caused by an external code service runtime being in an inoperative state. Displays as error type #CONNECT! in Excel.

externalCodeServiceRuntimeNotFound = "ExternalCodeServiceRuntimeNotFound"

An error caused by not being able to find the runtime in an external code service's execution environment. Displays as error type #CONNECT! in Excel.

externalLinks = "ExternalLinks"

An error caused by an issue with the external links. Displays as error type #CONNECT! in Excel.

externalLinksAccessFailed = "ExternalLinksAccessFailed"

An error caused by a failure to access external links. Displays as error type #CONNECT! in Excel.

externalLinksFailedToRefresh = "ExternalLinksFailedToRefresh"

An error caused by external links failing to refresh. Displays as error type #CONNECT! in Excel.

externalLinksFileTooLarge = "ExternalLinksFileTooLarge"

An error caused by an external link to a file which exceeds file size capacity. Displays as error type #CONNECT! in Excel.

externalLinksInvalidRequest = "ExternalLinksInvalidRequest"

An error caused by an invalid request while resolving an external link. Displays as error type #CONNECT! in Excel.

externalLinksNonCloudLocation = "ExternalLinksNonCloudLocation"

An error caused by an external link to a non-cloud location, such as a link to an Excel file that is saved to a local computer instead of to a cloud location. Displays as error type #CONNECT! in Excel.

externalLinksServerError = "ExternalLinksServerError"

An error caused by a server error while resolving an external link. Displays as error type #CONNECT! in Excel.

externalLinksThrottledByHost = "ExternalLinksThrottledByHost"

An error caused by throttling from an external link host. Displays as error type #CONNECT! in Excel.

externalLinksUnAuthenticated = "ExternalLinksUnAuthenticated"

An error caused by a lack of authentication for external links. Displays as error type #CONNECT! in Excel.

genericServerError = "GenericServerError"

An error caused by an error returned from the server. Displays as error type #CONNECT! in Excel.

imageUnableToRetrieve = "ImageUnableToRetrieve"

An error caused by an image download receiving an HTTP response code between 300 and 499. Displays as error type #CONNECT! in Excel.

missingContent = "MissingContent"

An error caused by missing content. Displays as error type #CONNECT! in Excel.

outdatedLinkedEntity = "OutdatedLinkedEntity"

An error caused by an outdated linked entity. Displays as error type #CONNECT! in Excel.

pythonPowerQueryDataUploadHasNotStarted = "PythonPowerQueryDataUploadHasNotStarted"

An error caused by Power Query not having started upload of data to an external code service. Displays as error type #CONNECT! in Excel.

requestThrottle = "RequestThrottle"

An error caused by request throttling. Displays as error type #CONNECT! in Excel.

serviceError = "ServiceError"

An error caused by a problem with the service. Displays as error type #CONNECT! in Excel.

unknown = "Unknown"

An unknown type of error. Displays as error type #CONNECT! in Excel.