@@ -250,7 +250,7 @@ <h5>Parameters:</h5>
250250
251251 < dt class ="tag-source "> Source:</ dt >
252252 < dd class ="tag-source "> < ul class ="dummy "> < li >
253- < a href ="Error.js.html "> Error.js</ a > , < a href ="Error.js.html#line27 "> line 27 </ a >
253+ < a href ="Error.js.html "> Error.js</ a > , < a href ="Error.js.html#line43 "> line 43 </ a >
254254 </ li > </ ul > </ dd >
255255
256256
@@ -308,6 +308,226 @@ <h5>Returns:</h5>
308308
309309
310310
311+ < h4 class ="name " id ="code "> < span class ="type-signature "> </ span > code< span class ="signature "> ()</ span > < span class ="type-signature "> → {string}</ span > </ h4 >
312+
313+
314+
315+
316+
317+
318+ < div class ="description ">
319+ Returns the machine-readable code of the error.
320+ </ div >
321+
322+
323+
324+
325+
326+
327+
328+
329+
330+
331+
332+
333+
334+ < dl class ="details ">
335+
336+
337+
338+
339+
340+
341+
342+
343+
344+
345+
346+
347+
348+
349+
350+
351+
352+
353+
354+
355+
356+
357+
358+
359+
360+
361+ < dt class ="tag-source "> Source:</ dt >
362+ < dd class ="tag-source "> < ul class ="dummy "> < li >
363+ < a href ="Error.js.html "> Error.js</ a > , < a href ="Error.js.html#line26 "> line 26</ a >
364+ </ li > </ ul > </ dd >
365+
366+
367+
368+
369+
370+
371+
372+ </ dl >
373+
374+
375+
376+
377+
378+
379+
380+
381+
382+
383+
384+
385+
386+
387+
388+ < h5 > Returns:</ h5 >
389+
390+
391+ < div class ="param-desc ">
392+ The machine-readable error code.
393+ </ div >
394+
395+
396+
397+ < dl >
398+ < dt >
399+ Type
400+ </ dt >
401+ < dd >
402+
403+ < span class ="param-type "> string</ span >
404+
405+
406+ </ dd >
407+ </ dl >
408+
409+
410+
411+
412+
413+
414+
415+
416+
417+
418+
419+
420+
421+ < h4 class ="name " id ="message "> < span class ="type-signature "> </ span > message< span class ="signature "> ()</ span > < span class ="type-signature "> → {string}</ span > </ h4 >
422+
423+
424+
425+
426+
427+
428+ < div class ="description ">
429+ Returns the human-readable message of the error.
430+ </ div >
431+
432+
433+
434+
435+
436+
437+
438+
439+
440+
441+
442+
443+
444+ < dl class ="details ">
445+
446+
447+
448+
449+
450+
451+
452+
453+
454+
455+
456+
457+
458+
459+
460+
461+
462+
463+
464+
465+
466+
467+
468+
469+
470+
471+ < dt class ="tag-source "> Source:</ dt >
472+ < dd class ="tag-source "> < ul class ="dummy "> < li >
473+ < a href ="Error.js.html "> Error.js</ a > , < a href ="Error.js.html#line34 "> line 34</ a >
474+ </ li > </ ul > </ dd >
475+
476+
477+
478+
479+
480+
481+
482+ </ dl >
483+
484+
485+
486+
487+
488+
489+
490+
491+
492+
493+
494+
495+
496+
497+
498+ < h5 > Returns:</ h5 >
499+
500+
501+ < div class ="param-desc ">
502+ The human-readable error message.
503+ </ div >
504+
505+
506+
507+ < dl >
508+ < dt >
509+ Type
510+ </ dt >
511+ < dd >
512+
513+ < span class ="param-type "> string</ span >
514+
515+
516+ </ dd >
517+ </ dl >
518+
519+
520+
521+
522+
523+
524+
525+
526+
527+
528+
529+
530+
311531 < h4 class ="name " id ="toString "> < span class ="type-signature "> </ span > toString< span class ="signature "> ()</ span > < span class ="type-signature "> → {string}</ span > </ h4 >
312532
313533
@@ -316,7 +536,7 @@ <h4 class="name" id="toString"><span class="type-signature"></span>toString<span
316536
317537
318538< div class ="description ">
319- Converts this error into a human-readable string .
539+ Returns a string representation of this error including both the machine and human-readable parts .
320540</ div >
321541
322542
@@ -434,7 +654,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AlertsHel
434654< br class ="clear ">
435655
436656< footer >
437- Documentation generated by < a href ="https://github.com/jsdoc/jsdoc "> JSDoc 3.6.10</ a > on Mon Mar 07 2022 17:36:03 GMT+0000 (Greenwich Mean Time)
657+ Documentation generated by < a href ="https://github.com/jsdoc/jsdoc "> JSDoc 3.6.10</ a > on Fri May 20 2022 19:20:16 GMT+0100 (British Summer Time)
438658</ footer >
439659
440660< script > prettyPrint ( ) ; </ script >
0 commit comments