mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: 59a7c51f60
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>HttpError | Community Solid Server - v0.6.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.6.0">
|
||||
<title>HttpError | Community Solid Server - v0.7.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.7.0">
|
||||
<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 - v0.6.0</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v0.7.0</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 - v0.6.0</a>
|
||||
<a href="../modules.html">Community Solid Server - v0.7.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/util_errors_httperror.html">util/errors/HttpError</a>
|
||||
@@ -164,12 +164,14 @@
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="util_errors_httperror.httperror.html#stack" class="tsd-kind-icon">stack</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="util_errors_httperror.httperror.html#stacktracelimit" class="tsd-kind-icon">stack<wbr>Trace<wbr>Limit</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class"><a href="util_errors_httperror.httperror.html#statuscode" class="tsd-kind-icon">status<wbr>Code</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static"><a href="util_errors_httperror.httperror.html#statuscode-1" class="tsd-kind-icon">status<wbr>Code</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-external">
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Methods</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="util_errors_httperror.httperror.html#capturestacktrace" class="tsd-kind-icon">capture<wbr>Stack<wbr>Trace</a></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="util_errors_httperror.httperror.html#isinstance" class="tsd-kind-icon">is<wbr>Instance</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
@@ -187,7 +189,7 @@
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/errors/HttpError.ts#L6">src/util/errors/HttpError.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/errors/HttpError.ts#L9">src/util/errors/HttpError.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@@ -309,16 +311,26 @@
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
||||
<a name="statuscode" class="tsd-anchor"></a>
|
||||
<h3>status<wbr>Code</h3>
|
||||
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> status<wbr>Code</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">status<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/038693a/src/util/errors/HttpError.ts#L6">src/util/errors/HttpError.ts:6</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/errors/HttpError.ts#L9">src/util/errors/HttpError.ts:9</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static">
|
||||
<a name="statuscode-1" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> <span class="tsd-flag ts-flagStatic">Static</span> status<wbr>Code</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">status<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/errors/HttpError.ts#L8">src/util/errors/HttpError.ts:8</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-external">
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Methods</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a name="capturestacktrace" class="tsd-anchor"></a>
|
||||
@@ -351,6 +363,29 @@
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
||||
<a name="isinstance" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagStatic">Static</span> is<wbr>Instance</h3>
|
||||
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
||||
<li class="tsd-signature tsd-kind-icon">is<wbr>Instance<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">error</span><span class="tsd-signature-symbol"> is </span><a href="util_errors_httperror.httperror.html" class="tsd-signature-type" data-tsd-kind="Class">HttpError</a></li>
|
||||
</ul>
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/59a7c51/src/util/errors/HttpError.ts#L23">src/util/errors/HttpError.ts:23</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li>
|
||||
<h5>error: <span class="tsd-signature-type">any</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">error</span><span class="tsd-signature-symbol"> is </span><a href="util_errors_httperror.httperror.html" class="tsd-signature-type" data-tsd-kind="Class">HttpError</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
@@ -392,9 +427,15 @@
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class">
|
||||
<a href="util_errors_httperror.httperror.html#statuscode" class="tsd-kind-icon">status<wbr>Code</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static">
|
||||
<a href="util_errors_httperror.httperror.html#statuscode-1" class="tsd-kind-icon">status<wbr>Code</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
|
||||
<a href="util_errors_httperror.httperror.html#capturestacktrace" class="tsd-kind-icon">capture<wbr>Stack<wbr>Trace</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
||||
<a href="util_errors_httperror.httperror.html#isinstance" class="tsd-kind-icon">is<wbr>Instance</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -425,6 +466,9 @@
|
||||
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
||||
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user