Excel.BlockedErrorCellValueSubType enum
Represents types of #BLOCKED! errors.
Remarks
Fields
dataTypePrivacySetting = "DataTypePrivacySetting" | An error caused by privacy settings. Displays as error type #BLOCKED! in Excel. |
dataTypeRestrictedDomain = "DataTypeRestrictedDomain" | An error caused by a service not supporting a linked data type. Displays as error type #BLOCKED! in Excel. |
dataTypeUnsupportedApp = "DataTypeUnsupportedApp" | An error caused by an unsupported data type. Displays as error type #BLOCKED! in Excel. |
environmentConnectionExceedQuota = "EnvironmentConnectionExceedQuota" | An error caused by the user exceeding their quota of concurrent connections to external code service environments. Displays as error type #BLOCKED! in Excel. |
environmentExceedsComputeResourceCountDaily = "EnvironmentExceedsComputeResourceCountDaily" | An error caused by a user exceeding their daily quota of compute. Displays as error type #BLOCKED! in Excel. |
environmentExceedsComputeResourceEver = "EnvironmentExceedsComputeResourceEver" | An error caused by an external code service execution environment exceeding its lifetime resource use. Displays as error type #BLOCKED! in Excel. |
environmentExceedsQuota = "EnvironmentExceedsQuota" | An error caused by the user exceeding their quota of concurrently active external code service execution environments. Displays as error type #BLOCKED! in Excel. |
environmentExceedsQuotaDaily = "EnvironmentExceedsQuotaDaily" | An error caused by the user exceeding their daily quota of external code service execution environments. Displays as error type #BLOCKED! in Excel. |
environmentExceedsQuotaMonthly = "EnvironmentExceedsQuotaMonthly" | An error caused by the user exceeding their monthly quota of external code service execution environments. Displays as error type #BLOCKED! in Excel. |
environmentExceedsTakerQuotaMonthly = "EnvironmentExceedsTakerQuotaMonthly" | An error caused by the user who is not licensed for a feature which uses an external code service exceeding their monthly quota of external code service execution environments. Displays as error type #BLOCKED! in Excel. |
externalLinksGeneric = "ExternalLinksGeneric" | An error caused by external links. Displays as error type #BLOCKED! in Excel. |
imageDownloadBlocked = "ImageDownloadBlocked" | An error caused by the image download coming from an untrusted URL. Displays as error type #BLOCKED! in Excel. |
imageExceedsSizeLimit = "ImageExceedsSizeLimit" | An error caused by the image exceeding the size limit set in ExcelServerSettings.CacheBackedAsyncImageDownloaderMaxFileSizeInKBytes. Displays as error type #BLOCKED! in Excel. |
imageExceedsTotalSizeLimit = "ImageExceedsTotalSizeLimit" | An error caused by the image exceeding the size limit for an entire workbook set in |
imageInvalidUrlNonHttps = "ImageInvalidUrlNonHttps" | An error caused by the image URL not being HTTPS. Displays as error type #BLOCKED! in Excel. |
noLicense = "NoLicense" | An error caused by a license verification failure. Displays as error type #BLOCKED! in Excel. |
pythonFunction = "PythonFunction" | An error caused by the PY function being disabled. Displays as error type #BLOCKED! in Excel. |
pythonUnsupportedOnThisPlatform = "PythonUnsupportedOnThisPlatform" | An error caused by Python not being supported in Excel on a platform. Displays as error type #BLOCKED! in Excel. |
richDataLinkDisabled = "RichDataLinkDisabled" | An error caused by disabled rich data links. Displays as error type #BLOCKED! in Excel. |
signInError = "SignInError" | An error caused by sign in failure. Displays as error type #BLOCKED! in Excel. |
unknown = "Unknown" | An unknown type of error. Displays as error type #BLOCKED! in Excel. |
unmetRequirements = "UnmetRequirements" | An error caused by Excel not meeting the requirements to use a feature. Displays as error type #BLOCKED! in Excel. |
unsupportedEnvironment = "UnsupportedEnvironment" | An error caused by an environment definition not being supported by an external code service. Displays as error type #BLOCKED! in Excel. |
unsupportedInCalculationMode = "UnsupportedInCalculationMode" | An error caused by function being unavailable in Partial or Manual calculation modes. Displays as error type #BLOCKED! in Excel. |
wrongAccountType = "WrongAccountType" | An error caused by using an unsupported identity provider. Displays as error type #BLOCKED! in Excel. |
xlmDisabledInTrustCenter = "XlmDisabledInTrustCenter" | An error caused by Excel 4.0 macros being disabled in Trust Center. Displays as error type #BLOCKED! in Excel. |
xlmNotSupportedOnPlatform = "XlmNotSupportedOnPlatform" | An error caused by Excel 4.0 macros not being supported on the platform. Displays as error type #BLOCKED! in Excel. |
Office Add-ins