@@ -32,6 +32,82 @@ fields:
32
32
33
33
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
34
34
value : ' "DataTypeUnsupportedApp"'
35
+ - name : environmentConnectionExceedQuota
36
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentConnectionExceedQuota:member'
37
+ package : excel!
38
+ summary : >-
39
+ An error caused by the user exceeding their quota of concurrent connections to external code service environments.
40
+ Displays as error type \#BLOCKED! in Excel.
41
+
42
+
43
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
44
+ \]
45
+ value : ' "EnvironmentConnectionExceedQuota"'
46
+ - name : environmentExceedsComputeResourceCountDaily
47
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceCountDaily:member'
48
+ package : excel!
49
+ summary : >-
50
+ An error caused by a user exceeding their daily quota of compute. Displays as error type \#BLOCKED! in Excel.
51
+
52
+
53
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
54
+ \]
55
+ value : ' "EnvironmentExceedsComputeResourceCountDaily"'
56
+ - name : environmentExceedsComputeResourceEver
57
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsComputeResourceEver:member'
58
+ package : excel!
59
+ summary : >-
60
+ An error caused by an external code service execution environment exceeding its lifetime resource use. Displays as
61
+ error type \#BLOCKED! in Excel.
62
+
63
+
64
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
65
+ \]
66
+ value : ' "EnvironmentExceedsComputeResourceEver"'
67
+ - name : environmentExceedsQuota
68
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuota:member'
69
+ package : excel!
70
+ summary : >-
71
+ An error caused by the user exceeding their quota of concurrently active external code service execution
72
+ environments. Displays as error type \#BLOCKED! in Excel.
73
+
74
+
75
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
76
+ \]
77
+ value : ' "EnvironmentExceedsQuota"'
78
+ - name : environmentExceedsQuotaDaily
79
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaDaily:member'
80
+ package : excel!
81
+ summary : >-
82
+ An error caused by the user exceeding their daily quota of external code service execution environments. Displays
83
+ as error type \#BLOCKED! in Excel.
84
+
85
+
86
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
87
+ \]
88
+ value : ' "EnvironmentExceedsQuotaDaily"'
89
+ - name : environmentExceedsQuotaMonthly
90
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsQuotaMonthly:member'
91
+ package : excel!
92
+ summary : >-
93
+ An error caused by the user exceeding their monthly quota of external code service execution environments.
94
+ Displays as error type \#BLOCKED! in Excel.
95
+
96
+
97
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
98
+ \]
99
+ value : ' "EnvironmentExceedsQuotaMonthly"'
100
+ - name : environmentExceedsTakerQuotaMonthly
101
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.environmentExceedsTakerQuotaMonthly:member'
102
+ package : excel!
103
+ summary : >-
104
+ An error caused by the user who is not licensed for a feature which uses an external code service exceeding their
105
+ monthly quota of external code service execution environments. Displays as error type \#BLOCKED! in Excel.
106
+
107
+
108
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
109
+ \]
110
+ value : ' "EnvironmentExceedsTakerQuotaMonthly"'
35
111
- name : externalLinksGeneric
36
112
uid : ' excel!Excel.BlockedErrorCellValueSubType.externalLinksGeneric:member'
37
113
package : excel!
@@ -40,6 +116,49 @@ fields:
40
116
41
117
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
42
118
value : ' "ExternalLinksGeneric"'
119
+ - name : imageDownloadBlocked
120
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.imageDownloadBlocked:member'
121
+ package : excel!
122
+ summary : >-
123
+ An error caused by the image download coming from an untrusted URL. Displays as error type \#BLOCKED! in Excel.
124
+
125
+
126
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
127
+ \]
128
+ value : ' "ImageDownloadBlocked"'
129
+ - name : imageExceedsSizeLimit
130
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.imageExceedsSizeLimit:member'
131
+ package : excel!
132
+ summary : >-
133
+ An error caused by the image exceeding the size limit set in
134
+ ExcelServerSettings.CacheBackedAsyncImageDownloaderMaxFileSizeInKBytes. Displays as error type \#BLOCKED! in
135
+ Excel.
136
+
137
+
138
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
139
+ \]
140
+ value : ' "ImageExceedsSizeLimit"'
141
+ - name : imageExceedsTotalSizeLimit
142
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.imageExceedsTotalSizeLimit:member'
143
+ package : excel!
144
+ summary : >-
145
+ An error caused by the image exceeding the size limit for an entire workbook set in `ExcelWorkbookSizeMax`<!--
146
+ -->. Displays as error type \#BLOCKED! in Excel.
147
+
148
+
149
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
150
+ \]
151
+ value : ' "ImageExceedsTotalSizeLimit"'
152
+ - name : imageInvalidUrlNonHttps
153
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.imageInvalidUrlNonHttps:member'
154
+ package : excel!
155
+ summary : >-
156
+ An error caused by the image URL not being HTTPS. Displays as error type \#BLOCKED! in Excel.
157
+
158
+
159
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
160
+ \]
161
+ value : ' "ImageInvalidUrlNonHttps"'
43
162
- name : noLicense
44
163
uid : ' excel!Excel.BlockedErrorCellValueSubType.noLicense:member'
45
164
package : excel!
@@ -48,6 +167,26 @@ fields:
48
167
49
168
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
50
169
value : ' "NoLicense"'
170
+ - name : pythonFunction
171
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.pythonFunction:member'
172
+ package : excel!
173
+ summary : >-
174
+ An error caused by the PY function being disabled. Displays as error type \#BLOCKED! in Excel.
175
+
176
+
177
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
178
+ \]
179
+ value : ' "PythonFunction"'
180
+ - name : pythonUnsupportedOnThisPlatform
181
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.pythonUnsupportedOnThisPlatform:member'
182
+ package : excel!
183
+ summary : >-
184
+ An error caused by Python not being supported in Excel on a platform. Displays as error type \#BLOCKED! in Excel.
185
+
186
+
187
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
188
+ \]
189
+ value : ' "PythonUnsupportedOnThisPlatform"'
51
190
- name : richDataLinkDisabled
52
191
uid : ' excel!Excel.BlockedErrorCellValueSubType.richDataLinkDisabled:member'
53
192
package : excel!
@@ -72,3 +211,67 @@ fields:
72
211
73
212
* \[ [API set: ExcelApi 1.16](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]
74
213
value : ' "Unknown"'
214
+ - name : unmetRequirements
215
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.unmetRequirements:member'
216
+ package : excel!
217
+ summary : >-
218
+ An error caused by Excel not meeting the requirements to use a feature. Displays as error type \#BLOCKED! in
219
+ Excel.
220
+
221
+
222
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
223
+ \]
224
+ value : ' "UnmetRequirements"'
225
+ - name : unsupportedEnvironment
226
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.unsupportedEnvironment:member'
227
+ package : excel!
228
+ summary : >-
229
+ An error caused by an environment definition not being supported by an external code service. Displays as error
230
+ type \#BLOCKED! in Excel.
231
+
232
+
233
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
234
+ \]
235
+ value : ' "UnsupportedEnvironment"'
236
+ - name : unsupportedInCalculationMode
237
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.unsupportedInCalculationMode:member'
238
+ package : excel!
239
+ summary : >-
240
+ An error caused by function being unavailable in Partial or Manual calculation modes. Displays as error type
241
+ \#BLOCKED! in Excel.
242
+
243
+
244
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
245
+ \]
246
+ value : ' "UnsupportedInCalculationMode"'
247
+ - name : wrongAccountType
248
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.wrongAccountType:member'
249
+ package : excel!
250
+ summary : >-
251
+ An error caused by using an unsupported identity provider. Displays as error type \#BLOCKED! in Excel.
252
+
253
+
254
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
255
+ \]
256
+ value : ' "WrongAccountType"'
257
+ - name : xlmDisabledInTrustCenter
258
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.xlmDisabledInTrustCenter:member'
259
+ package : excel!
260
+ summary : >-
261
+ An error caused by Excel 4.0 macros being disabled in Trust Center. Displays as error type \#BLOCKED! in Excel.
262
+
263
+
264
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
265
+ \]
266
+ value : ' "XlmDisabledInTrustCenter"'
267
+ - name : xlmNotSupportedOnPlatform
268
+ uid : ' excel!Excel.BlockedErrorCellValueSubType.xlmNotSupportedOnPlatform:member'
269
+ package : excel!
270
+ summary : >-
271
+ An error caused by Excel 4.0 macros not being supported on the platform. Displays as error type \#BLOCKED! in
272
+ Excel.
273
+
274
+
275
+ * \[ [API set: ExcelApi BETA (PREVIEW ONLY)](/javascript/api/requirement-sets/excel/excel-api-requirement-sets)
276
+ \]
277
+ value : ' "XlmNotSupportedOnPlatform"'
0 commit comments