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.

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.

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.

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.