1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6+ < title > VoteError - Documentation</ title >
7+
8+ < script src ="scripts/prettify/prettify.js "> </ script >
9+ < script src ="scripts/prettify/lang-css.js "> </ script >
10+ <!--[if lt IE 9]>
11+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12+ <![endif]-->
13+ < link type ="text/css " rel ="stylesheet " href ="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css ">
14+ < link type ="text/css " rel ="stylesheet " href ="styles/prettify-tomorrow.css ">
15+ < link type ="text/css " rel ="stylesheet " href ="styles/jsdoc-default.css ">
16+ </ head >
17+ < body >
18+
19+ < input type ="checkbox " id ="nav-trigger " class ="nav-trigger " />
20+ < label for ="nav-trigger " class ="navicon-button x ">
21+ < div class ="navicon "> </ div >
22+ </ label >
23+
24+ < label for ="nav-trigger " class ="overlay "> </ label >
25+
26+ < nav >
27+ < li class ="nav-link nav-home-link "> < a href ="index.html "> Home</ a > </ li > < li class ="nav-heading "> Tutorials</ li > < li class ="nav-item "> < a href ="tutorial-get-debe.html "> Debe</ a > </ li > < li class ="nav-item "> < a href ="tutorial-get-entries.html "> Entries</ a > </ li > < li class ="nav-item "> < a href ="tutorial-get-entry.html "> Entry</ a > </ li > < li class ="nav-item "> < a href ="tutorial-get-today-in-history.html "> Today in History</ a > </ li > < li class ="nav-item "> < a href ="tutorial-get-user.html "> User</ a > </ li > < li class ="nav-item "> < a href ="tutorial-vote.html "> Vote</ a > </ li > < li class ="nav-heading "> Classes</ li > < li class ="nav-heading "> < span class ="nav-item-type type-class "> C</ span > < span class ="nav-item-name "> < a href ="NotFoundError.html "> NotFoundError</ a > </ span > </ li > < li class ="nav-heading "> < span class ="nav-item-type type-class "> C</ span > < span class ="nav-item-name "> < a href ="VoteError.html "> VoteError</ a > </ span > </ li > < li class ="nav-heading "> < a href ="global.html "> Globals</ a > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#downvote "> downvote</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#getDebe "> getDebe</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#getEntries "> getEntries</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#getEntryById "> getEntryById</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#getTodayInHistory "> getTodayInHistory</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#getUser "> getUser</ a > </ span > </ li > < li class ="nav-item "> < span class ="nav-item-type type-function "> F</ span > < span class ="nav-item-name "> < a href ="global.html#upvote "> upvote</ a > </ span > </ li >
28+ </ nav >
29+
30+ < div id ="main ">
31+
32+ < h1 class ="page-title "> VoteError</ h1 >
33+
34+
35+
36+
37+
38+
39+
40+ < section >
41+
42+ < header >
43+
44+ < h2 >
45+ VoteError
46+ </ h2 >
47+
48+ < div class ="class-description "> < p > Vote error.</ p > </ div >
49+
50+
51+ </ header >
52+
53+ < article >
54+ < div class ="container-overview ">
55+
56+
57+ < div class ="section-method ">
58+
59+
60+ < h2 > Constructor</ h2 >
61+
62+
63+ < h4 class ="name " id ="VoteError "> < span class ="type-signature "> </ span > new VoteError< span class ="signature "> (message)</ span > < span class ="type-signature "> </ span > </ h4 >
64+
65+
66+
67+
68+
69+ < div class ="description ">
70+ < p > Create vote error.</ p >
71+ </ div >
72+
73+
74+
75+
76+
77+ < h5 class ="subsection-title "> Properties:</ h5 >
78+
79+
80+
81+ < table class ="props ">
82+ < thead >
83+ < tr >
84+
85+ < th > Name</ th >
86+
87+
88+ < th > Type</ th >
89+
90+
91+
92+
93+
94+ < th class ="last "> Description</ th >
95+ </ tr >
96+ </ thead >
97+
98+ < tbody >
99+
100+
101+ < tr >
102+
103+ < td class ="name "> < code > name</ code > </ td >
104+
105+
106+ < td class ="type ">
107+
108+
109+ < span class ="param-type "> < code > string</ code > </ span >
110+
111+
112+
113+ </ td >
114+
115+
116+
117+
118+
119+ < td class ="description last "> < p > Error name.</ p > </ td >
120+ </ tr >
121+
122+
123+
124+
125+
126+ < tr >
127+
128+ < td class ="name "> < code > message</ code > </ td >
129+
130+
131+ < td class ="type ">
132+
133+
134+ < span class ="param-type "> < code > string</ code > </ span >
135+
136+
137+
138+ </ td >
139+
140+
141+
142+
143+
144+ < td class ="description last "> < p > Error message.</ p > </ td >
145+ </ tr >
146+
147+
148+
149+
150+ </ tbody >
151+ </ table >
152+
153+
154+
155+
156+ < dl class ="details ">
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+ < dt class ="tag-source "> Source:</ dt >
184+ < dd class ="tag-source "> < ul class ="dummy "> < li >
185+ < a href ="exceptions_VoteError.js.html "> exceptions/VoteError.js</ a > , < a href ="exceptions_VoteError.js.html#line9 "> line 9</ a >
186+ </ li > </ ul > </ dd >
187+
188+
189+
190+
191+
192+
193+
194+ </ dl >
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+ < h5 > Parameters:</ h5 >
205+
206+
207+ < table class ="params ">
208+ < thead >
209+ < tr >
210+
211+ < th > Name</ th >
212+
213+
214+ < th > Type</ th >
215+
216+
217+
218+
219+
220+ < th class ="last "> Description</ th >
221+ </ tr >
222+ </ thead >
223+
224+ < tbody >
225+
226+
227+ < tr >
228+
229+ < td class ="name "> < code > message</ code > </ td >
230+
231+
232+ < td class ="type ">
233+
234+
235+ < span class ="param-type "> < code > string</ code > </ span >
236+
237+
238+
239+ </ td >
240+
241+
242+
243+
244+
245+ < td class ="description last ">
246+ < p > Error message.</ p >
247+
248+ </ td >
249+ </ tr >
250+
251+
252+ </ tbody >
253+ </ table >
254+
255+
256+
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
267+
268+
269+
270+ </ div >
271+
272+ </ div >
273+
274+
275+
276+
277+
278+
279+
280+
281+
282+
283+
284+
285+
286+
287+
288+
289+
290+
291+ </ article >
292+
293+ </ section >
294+
295+
296+
297+
298+ </ div >
299+
300+ < br class ="clear ">
301+
302+ < footer >
303+ Generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.6.6</ a > on Tue Oct 27 2020 13:20:35 GMT+0000 (Coordinated Universal Time) using the Minami theme.
304+ </ footer >
305+
306+ < script > prettyPrint ( ) ; </ script >
307+ < script src ="scripts/linenumber.js "> </ script >
308+ </ body >
309+ </ html >
0 commit comments