This commit is contained in:
RubenVerborgh
2021-07-23 22:06:41 +00:00
parent 8591fda008
commit 9ba53b9d07
531 changed files with 10005 additions and 9931 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>InternalServerError | Community Solid Server - v1.0.0-beta.0</title>
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.0">
<title>InternalServerError | Community Solid Server - v1.0.0-beta.1</title>
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v1.0.0-beta.0</a>
<a href="../index.html" class="title">Community Solid Server - v1.0.0-beta.1</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v1.0.0-beta.0</a>
<a href="../modules.html">Community Solid Server - v1.0.0-beta.1</a>
</li>
<li>
<a href="../modules/util_errors_internalservererror.html">util/errors/InternalServerError</a>
@@ -101,6 +101,9 @@
<section class="tsd-index-section tsd-is-inherited">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="util_errors_internalservererror.internalservererror.html#cause" class="tsd-kind-icon">cause</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="util_errors_internalservererror.internalservererror.html#details" class="tsd-kind-icon">details</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="util_errors_internalservererror.internalservererror.html#errorcode" class="tsd-kind-icon">error<wbr>Code</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="util_errors_internalservererror.internalservererror.html#message" class="tsd-kind-icon">message</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="util_errors_internalservererror.internalservererror.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="util_errors_internalservererror.internalservererror.html#stack" class="tsd-kind-icon">stack</a></li>
@@ -126,14 +129,14 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Internal<wbr>Server<wbr>Error<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="util_errors_internalservererror.internalservererror.html" class="tsd-signature-type" data-tsd-kind="Class">InternalServerError</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Internal<wbr>Server<wbr>Error<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/util_errors_httperror.httperroroptions.html" class="tsd-signature-type" data-tsd-kind="Interface">HttpErrorOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="util_errors_internalservererror.internalservererror.html" class="tsd-signature-type" data-tsd-kind="Class">InternalServerError</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/util/errors/InternalServerError.ts#L5">src/util/errors/InternalServerError.ts:5</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/InternalServerError.ts#L6">src/util/errors/InternalServerError.ts:6</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -146,6 +149,9 @@
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> message: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/util_errors_httperror.httperroroptions.html" class="tsd-signature-type" data-tsd-kind="Interface">HttpErrorOptions</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="util_errors_internalservererror.internalservererror.html" class="tsd-signature-type" data-tsd-kind="Class">InternalServerError</a></h4>
</li>
@@ -154,6 +160,39 @@
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="cause" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> cause</h3>
<div class="tsd-signature tsd-kind-icon">cause<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#cause">cause</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/HttpError.ts#L16">src/util/errors/HttpError.ts:16</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="details" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> details</h3>
<div class="tsd-signature tsd-kind-icon">details<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Dict</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#details">details</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/HttpError.ts#L18">src/util/errors/HttpError.ts:18</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a name="errorcode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> error<wbr>Code</h3>
<div class="tsd-signature tsd-kind-icon">error<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#errorcode">errorCode</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/HttpError.ts#L17">src/util/errors/HttpError.ts:17</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a name="message" class="tsd-anchor"></a>
<h3>message</h3>
@@ -194,7 +233,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#statuscode">statusCode</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/util/errors/HttpError.ts#L9">src/util/errors/HttpError.ts:9</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/HttpError.ts#L15">src/util/errors/HttpError.ts:15</a></li>
</ul>
</aside>
</section>
@@ -256,7 +295,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#statuscode-1">statusCode</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/util/errors/HttpError.ts#L8">src/util/errors/HttpError.ts:8</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/HttpError.ts#L14">src/util/errors/HttpError.ts:14</a></li>
</ul>
</aside>
</section>
@@ -306,7 +345,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="util_errors_httperror.httperror.html">HttpError</a>.<a href="util_errors_httperror.httperror.html#isinstance">isInstance</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/util/errors/InternalServerError.ts#L10">src/util/errors/InternalServerError.ts:10</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0be8222/src/util/errors/InternalServerError.ts#L11">src/util/errors/InternalServerError.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -342,6 +381,15 @@
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="util_errors_internalservererror.internalservererror.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="util_errors_internalservererror.internalservererror.html#cause" class="tsd-kind-icon">cause</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="util_errors_internalservererror.internalservererror.html#details" class="tsd-kind-icon">details</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="util_errors_internalservererror.internalservererror.html#errorcode" class="tsd-kind-icon">error<wbr>Code</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external">
<a href="util_errors_internalservererror.internalservererror.html#message" class="tsd-kind-icon">message</a>
</li>