1+ <!doctype html>
2+ < html class ="default no-js ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < title > SharedErrorCodes | Dashboard Extensions</ title >
7+ < meta name ="description " content ="">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < link rel ="stylesheet " href ="../assets/css/main.css ">
10+ </ head >
11+ < body >
12+ < header >
13+ < div class ="tsd-page-toolbar ">
14+ < div class ="container ">
15+ < div class ="table-wrap ">
16+ < div class ="table-cell " id ="tsd-search " data-index ="../assets/js/search.js " data-base =".. ">
17+ < div class ="field ">
18+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19+ < input id ="tsd-search-field " type ="text " />
20+ </ div >
21+ < ul class ="results ">
22+ < li class ="state loading "> Preparing search index...</ li >
23+ < li class ="state failure "> The search index is not available</ li >
24+ </ ul >
25+ < a href ="../index.html " class ="title "> Dashboard Extensions</ a >
26+ </ div >
27+ < div class ="table-cell " id ="tsd-widgets ">
28+ < div id ="tsd-filter ">
29+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30+ < div class ="tsd-filter-group ">
31+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32+ < span class ="tsd-select-label "> All</ span >
33+ < ul class ="tsd-select-list ">
34+ < li data-value ="public "> Public</ li >
35+ < li data-value ="protected "> Public/Protected</ li >
36+ < li data-value ="private " class ="selected "> All</ li >
37+ </ ul >
38+ </ div >
39+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41+ < input type ="checkbox " id ="tsd-filter-only-exported " />
42+ < label class ="tsd-widget " for ="tsd-filter-only-exported "> Only exported</ label >
43+ </ div >
44+ </ div >
45+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
46+ </ div >
47+ </ div >
48+ </ div >
49+ </ div >
50+ < div class ="tsd-page-title ">
51+ < div class ="container ">
52+ < ul class ="tsd-breadcrumb ">
53+ < li >
54+ < a href ="../globals.html "> Globals</ a >
55+ </ li >
56+ < li >
57+ < a href ="sharederrorcodes.html "> SharedErrorCodes</ a >
58+ </ li >
59+ </ ul >
60+ < h1 > Enumeration SharedErrorCodes</ h1 >
61+ </ div >
62+ </ div >
63+ </ header >
64+ < div class ="container container-main ">
65+ < div class ="row ">
66+ < div class ="col-8 col-content ">
67+ < section class ="tsd-panel-group tsd-index-group ">
68+ < h2 > Index</ h2 >
69+ < section class ="tsd-panel tsd-index-panel ">
70+ < div class ="tsd-index-content ">
71+ < section class ="tsd-index-section ">
72+ < h3 > Enumeration members</ h3 >
73+ < ul class ="tsd-index-list ">
74+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#apiexecutionerror " class ="tsd-kind-icon "> Api< wbr > Execution< wbr > Error</ a > </ li >
75+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#implementationerror " class ="tsd-kind-icon "> Implementation< wbr > Error</ a > </ li >
76+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#internalerror " class ="tsd-kind-icon "> Internal< wbr > Error</ a > </ li >
77+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#invalidparameter " class ="tsd-kind-icon "> Invalid< wbr > Parameter</ a > </ li >
78+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#notactivesheet " class ="tsd-kind-icon "> Not< wbr > Active< wbr > Sheet</ a > </ li >
79+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="sharederrorcodes.html#timeout " class ="tsd-kind-icon "> Timeout</ a > </ li >
80+ </ ul >
81+ </ section >
82+ </ div >
83+ </ section >
84+ </ section >
85+ < section class ="tsd-panel-group tsd-member-group ">
86+ < h2 > Enumeration members</ h2 >
87+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
88+ < a name ="apiexecutionerror " class ="tsd-anchor "> </ a >
89+ < h3 > Api< wbr > Execution< wbr > Error</ h3 >
90+ < div class ="tsd-signature tsd-kind-icon "> Api< wbr > Execution< wbr > Error< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "api-execution-error"</ span > </ div >
91+ < aside class ="tsd-sources ">
92+ < ul >
93+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:23</ li >
94+ </ ul >
95+ </ aside >
96+ < div class ="tsd-comment tsd-typography ">
97+ < div class ="lead ">
98+ < p > Can occur when two incompatible calls are triggered together.</ p >
99+ </ div >
100+ </ div >
101+ </ section >
102+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
103+ < a name ="implementationerror " class ="tsd-anchor "> </ a >
104+ < h3 > Implementation< wbr > Error</ h3 >
105+ < div class ="tsd-signature tsd-kind-icon "> Implementation< wbr > Error< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "wrong-implementation"</ span > </ div >
106+ < aside class ="tsd-sources ">
107+ < ul >
108+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:18</ li >
109+ </ ul >
110+ </ aside >
111+ < div class ="tsd-comment tsd-typography ">
112+ < div class ="lead ">
113+ < p > Property or Function is not supported within the Tableau API.</ p >
114+ </ div >
115+ </ div >
116+ </ section >
117+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
118+ < a name ="internalerror " class ="tsd-anchor "> </ a >
119+ < h3 > Internal< wbr > Error</ h3 >
120+ < div class ="tsd-signature tsd-kind-icon "> Internal< wbr > Error< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "internal-error"</ span > </ div >
121+ < aside class ="tsd-sources ">
122+ < ul >
123+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:5</ li >
124+ </ ul >
125+ </ aside >
126+ < div class ="tsd-comment tsd-typography ">
127+ < div class ="lead ">
128+ < p > An error occurred within the Tableau API. Contact Tableau Support.</ p >
129+ </ div >
130+ </ div >
131+ </ section >
132+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
133+ < a name ="invalidparameter " class ="tsd-anchor "> </ a >
134+ < h3 > Invalid< wbr > Parameter</ h3 >
135+ < div class ="tsd-signature tsd-kind-icon "> Invalid< wbr > Parameter< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "invalid-parameter"</ span > </ div >
136+ < aside class ="tsd-sources ">
137+ < ul >
138+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:9</ li >
139+ </ ul >
140+ </ aside >
141+ < div class ="tsd-comment tsd-typography ">
142+ < div class ="lead ">
143+ < p > A parameter is not the correct data type or format. The name of the parameter is specified in the Error.message field.</ p >
144+ </ div >
145+ </ div >
146+ </ section >
147+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
148+ < a name ="notactivesheet " class ="tsd-anchor "> </ a >
149+ < h3 > Not< wbr > Active< wbr > Sheet</ h3 >
150+ < div class ="tsd-signature tsd-kind-icon "> Not< wbr > Active< wbr > Sheet< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "not-active-sheet"</ span > </ div >
151+ < aside class ="tsd-sources ">
152+ < ul >
153+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:13</ li >
154+ </ ul >
155+ </ aside >
156+ < div class ="tsd-comment tsd-typography ">
157+ < div class ="lead ">
158+ < p > An operation was attempted on a sheet that is not active or embedded within the active dashboard.</ p >
159+ </ div >
160+ </ div >
161+ </ section >
162+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
163+ < a name ="timeout " class ="tsd-anchor "> </ a >
164+ < h3 > Timeout</ h3 >
165+ < div class ="tsd-signature tsd-kind-icon "> Timeout< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "timeout"</ span > </ div >
166+ < aside class ="tsd-sources ">
167+ < ul >
168+ < li > Defined in packages/api-external-contract-js/src/ExternalContract/Shared/Enums.ts:28</ li >
169+ </ ul >
170+ </ aside >
171+ < div class ="tsd-comment tsd-typography ">
172+ < div class ="lead ">
173+ < p > Can occur when an api call times out.</ p >
174+ </ div >
175+ </ div >
176+ </ section >
177+ </ section >
178+ </ div >
179+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
180+ < nav class ="tsd-navigation primary ">
181+ < ul >
182+ < li class ="globals ">
183+ < a href ="../globals.html "> < em > Globals</ em > </ a >
184+ </ li >
185+ </ ul >
186+ </ nav >
187+ < nav class ="tsd-navigation secondary menu-sticky ">
188+ < ul class ="before-current ">
189+ </ ul >
190+ < ul class ="current ">
191+ < li class ="current tsd-kind-enum ">
192+ < a href ="sharederrorcodes.html " class ="tsd-kind-icon "> Shared< wbr > Error< wbr > Codes</ a >
193+ < ul >
194+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
195+ < a href ="sharederrorcodes.html#apiexecutionerror " class ="tsd-kind-icon "> Api< wbr > Execution< wbr > Error</ a >
196+ </ li >
197+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
198+ < a href ="sharederrorcodes.html#implementationerror " class ="tsd-kind-icon "> Implementation< wbr > Error</ a >
199+ </ li >
200+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
201+ < a href ="sharederrorcodes.html#internalerror " class ="tsd-kind-icon "> Internal< wbr > Error</ a >
202+ </ li >
203+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
204+ < a href ="sharederrorcodes.html#invalidparameter " class ="tsd-kind-icon "> Invalid< wbr > Parameter</ a >
205+ </ li >
206+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
207+ < a href ="sharederrorcodes.html#notactivesheet " class ="tsd-kind-icon "> Not< wbr > Active< wbr > Sheet</ a >
208+ </ li >
209+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
210+ < a href ="sharederrorcodes.html#timeout " class ="tsd-kind-icon "> Timeout</ a >
211+ </ li >
212+ </ ul >
213+ </ li >
214+ </ ul >
215+ < ul class ="after-current ">
216+ </ ul >
217+ </ nav >
218+ </ div >
219+ </ div >
220+ </ div >
221+ < footer >
222+ < div class ="container ">
223+ < h2 > Legend</ h2 >
224+ < div class ="tsd-legend-group ">
225+ < ul class ="tsd-legend ">
226+ < li class ="tsd-kind-module "> < span class ="tsd-kind-icon "> Module</ span > </ li >
227+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
228+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
229+ < li class ="tsd-kind-function "> < span class ="tsd-kind-icon "> Function</ span > </ li >
230+ < li class ="tsd-kind-function tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Function with type parameter</ span > </ li >
231+ < li class ="tsd-kind-index-signature "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
232+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
233+ < li class ="tsd-kind-type-alias tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Type alias with type parameter</ span > </ li >
234+ </ ul >
235+ < ul class ="tsd-legend ">
236+ < li class ="tsd-kind-enum "> < span class ="tsd-kind-icon "> Enumeration</ span > </ li >
237+ < li class ="tsd-kind-enum-member "> < span class ="tsd-kind-icon "> Enumeration member</ span > </ li >
238+ < li class ="tsd-kind-property tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Property</ span > </ li >
239+ < li class ="tsd-kind-method tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Method</ span > </ li >
240+ </ ul >
241+ < ul class ="tsd-legend ">
242+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
243+ < li class ="tsd-kind-interface tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Interface with type parameter</ span > </ li >
244+ < li class ="tsd-kind-constructor tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
245+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Property</ span > </ li >
246+ < li class ="tsd-kind-method tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Method</ span > </ li >
247+ < li class ="tsd-kind-index-signature tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
248+ </ ul >
249+ < ul class ="tsd-legend ">
250+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
251+ < li class ="tsd-kind-class tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Class with type parameter</ span > </ li >
252+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
253+ < li class ="tsd-kind-property tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Property</ span > </ li >
254+ < li class ="tsd-kind-method tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Method</ span > </ li >
255+ < li class ="tsd-kind-accessor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Accessor</ span > </ li >
256+ < li class ="tsd-kind-index-signature tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
257+ </ ul >
258+ < ul class ="tsd-legend ">
259+ < li class ="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited constructor</ span > </ li >
260+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited property</ span > </ li >
261+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited method</ span > </ li >
262+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited accessor</ span > </ li >
263+ </ ul >
264+ < ul class ="tsd-legend ">
265+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected property</ span > </ li >
266+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected method</ span > </ li >
267+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected accessor</ span > </ li >
268+ </ ul >
269+ < ul class ="tsd-legend ">
270+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private property</ span > </ li >
271+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private method</ span > </ li >
272+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private accessor</ span > </ li >
273+ </ ul >
274+ < ul class ="tsd-legend ">
275+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static property</ span > </ li >
276+ < li class ="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static method</ span > </ li >
277+ </ ul >
278+ </ div >
279+ </ div >
280+ </ footer >
281+ < div class ="overlay "> </ div >
282+ < script src ="../assets/js/main.js "> </ script >
283+ < script > if ( location . protocol == 'file:' ) document . write ( '<script src="../assets/js/search.js"><' + '/script>' ) ; </ script >
284+ < script >
285+ ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
286+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments ) } , i [ r ] . l = 1 * new Date ( ) ; a = s . createElement ( o ) ,
287+ m = s . getElementsByTagName ( o ) [ 0 ] ; a . async = 1 ; a . src = g ; m . parentNode . insertBefore ( a , m )
288+ } ) ( window , document , 'script' , '//www.google-analytics.com/analytics.js' , 'ga' ) ;
289+
290+ ga ( 'create' , 'UA-625217-51' , 'auto' ) ;
291+ ga ( 'send' , 'pageview' ) ;
292+ </ script >
293+ </ body >
294+ </ html >
0 commit comments