@breautek/storm 6.0.2 → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/docs/classes/Application.html +29 -29
- package/docs/classes/BackendAuthenticationMiddleware.html +3 -3
- package/docs/classes/CORSMiddleware.html +7 -7
- package/docs/classes/ConfigLoader.html +2 -2
- package/docs/classes/Database.html +13 -13
- package/docs/classes/DatabaseCastObject.html +4 -4
- package/docs/classes/DatabaseConnection.html +20 -20
- package/docs/classes/DatabaseQueryError.html +11 -11
- package/docs/classes/DeadLockError.html +11 -11
- package/docs/classes/DiskSpaceError.html +11 -11
- package/docs/classes/DropTemporaryTableQuery.html +9 -9
- package/docs/classes/DuplicateEntryError.html +11 -11
- package/docs/classes/EntityNotFoundError.html +11 -11
- package/docs/classes/ExpiredTokenError.html +11 -11
- package/docs/classes/Handler.html +14 -14
- package/docs/classes/InternalError.html +11 -11
- package/docs/classes/InvalidCredentialsError.html +11 -11
- package/docs/classes/InvalidValueError.html +11 -11
- package/docs/classes/LineString.html +5 -5
- package/docs/classes/LockWaitTimeoutError.html +11 -11
- package/docs/classes/ManagedDatabaseConnection.html +20 -20
- package/docs/classes/Middleware.html +4 -4
- package/docs/classes/MissingConfigError.html +11 -11
- package/docs/classes/MissingParameterError.html +11 -11
- package/docs/classes/MySQLConnection.html +21 -21
- package/docs/classes/MySQLDatabase.html +14 -14
- package/docs/classes/NotImplementedError.html +11 -11
- package/docs/classes/Point.html +5 -5
- package/docs/classes/Polygon.html +5 -5
- package/docs/classes/Query.html +9 -9
- package/docs/classes/RawError.html +11 -11
- package/docs/classes/RawQuery.html +9 -9
- package/docs/classes/Request.html +19 -19
- package/docs/classes/Response.html +12 -12
- package/docs/classes/ResponseData.html +8 -8
- package/docs/classes/ServiceProvider.html +16 -16
- package/docs/classes/ServiceResponse.html +6 -6
- package/docs/classes/SetSessionVariableQuery.html +9 -9
- package/docs/classes/StormError.html +11 -11
- package/docs/classes/TemporaryTableQuery.html +9 -9
- package/docs/classes/Token.html +3 -3
- package/docs/classes/TokenManager.html +5 -5
- package/docs/classes/Transaction.html +7 -7
- package/docs/classes/UnauthorizedAccessError.html +11 -11
- package/docs/enums/ErrorCode.html +10 -10
- package/docs/enums/ExitCode.html +3 -3
- package/docs/enums/HTTPMethod.html +5 -5
- package/docs/enums/IsolationLevel.html +5 -5
- package/docs/enums/JWTError.html +3 -3
- package/docs/enums/StatusCode.html +49 -49
- package/docs/functions/getInstance.html +1 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +4 -4
- package/docs/interfaces/ICloudwatchCredentials.html +3 -3
- package/docs/interfaces/ICloudwatchStreamConfig.html +3 -3
- package/docs/interfaces/IConfig.html +9 -9
- package/docs/interfaces/IDatabaseConfig.html +7 -7
- package/docs/interfaces/IDatabaseConnection.html +15 -15
- package/docs/interfaces/IErrorResponse.html +6 -6
- package/docs/interfaces/IFormData.html +3 -3
- package/docs/interfaces/IHandler.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +4 -4
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +6 -6
- package/docs/interfaces/IRequestResponse.html +3 -3
- package/docs/interfaces/IServiceHeaders.html +1 -1
- package/docs/interfaces/ISetSessionVariableQueryInput.html +3 -3
- package/docs/interfaces/ITemporaryTableQueryInput.html +3 -3
- package/docs/interfaces/IUpdateQueryResult.html +3 -3
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IHandlerError.html +1 -1
- package/docs/types/IHandlerResponse.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/lib/Application.js +6 -1
- package/lib/Application.js.map +1 -1
- package/lib/ConfigLoader.js +23 -1
- package/lib/ConfigLoader.js.map +1 -1
- package/package.json +2 -2
- package/src/Application.ts +6 -1
- package/src/ConfigLoader.ts +23 -1
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<ul class="tsd-hierarchy">
|
|
26
26
|
<li><span class="target">DeadLockError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DeadLockError.ts#L22">src/DeadLockError.ts:22</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<h4 class="tsd-returns-title">Returns <a href="DeadLockError.html" class="tsd-signature-type tsd-kind-class">DeadLockError</a></h4><aside class="tsd-sources">
|
|
74
74
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#constructor">constructor</a></p>
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DatabaseQueryError.ts#L25">src/DatabaseQueryError.ts:25</a></li></ul></aside></li></ul></section></section>
|
|
77
77
|
<section class="tsd-panel-group tsd-member-group">
|
|
78
78
|
<h2>Properties</h2>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
136
136
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getCode">getCode</a></p>
|
|
137
137
|
<ul>
|
|
138
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
138
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DatabaseQueryError.ts#L36">src/DatabaseQueryError.ts:36</a></li></ul></aside></li></ul></section>
|
|
139
139
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
140
140
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
141
141
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
145
145
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getErrorResponse">getErrorResponse</a></p>
|
|
146
146
|
<ul>
|
|
147
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
147
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
148
148
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
|
|
149
149
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
150
150
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
154
154
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getExitCode">getExitCode</a></p>
|
|
155
155
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
157
157
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
158
158
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
159
159
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
163
163
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getHTTPCode">getHTTPCode</a></p>
|
|
164
164
|
<ul>
|
|
165
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
165
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DatabaseQueryError.ts#L40">src/DatabaseQueryError.ts:40</a></li></ul></aside></li></ul></section>
|
|
166
166
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
167
167
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
168
168
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
172
172
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getLocaleCode">getLocaleCode</a></p>
|
|
173
173
|
<ul>
|
|
174
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
174
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DatabaseQueryError.ts#L44">src/DatabaseQueryError.ts:44</a></li></ul></aside></li></ul></section>
|
|
175
175
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
176
176
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
177
177
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
181
181
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
182
182
|
<ul>
|
|
183
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
183
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
|
|
184
184
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getMessage" class="tsd-anchor"></a>
|
|
185
185
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
186
186
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
190
190
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getMessage">getMessage</a></p>
|
|
191
191
|
<ul>
|
|
192
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
192
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DatabaseQueryError.ts#L32">src/DatabaseQueryError.ts:32</a></li></ul></aside></li></ul></section>
|
|
193
193
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
194
194
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
195
195
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -206,7 +206,7 @@ They are kept secret from the client.</p>
|
|
|
206
206
|
<h5><span class="tsd-kind-property">query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul><aside class="tsd-sources">
|
|
207
207
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
208
208
|
<ul>
|
|
209
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
209
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
210
210
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
211
211
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
212
212
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -217,7 +217,7 @@ They are kept secret from the client.</p>
|
|
|
217
217
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
218
218
|
<p>Inherited from <a href="DatabaseQueryError.html">DatabaseQueryError</a>.<a href="DatabaseQueryError.html#getPublicDetails">getPublicDetails</a></p>
|
|
219
219
|
<ul>
|
|
220
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
220
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
221
221
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
222
222
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
223
223
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">DiskSpaceError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L21">src/DiskSpaceError.ts:21</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <a href="DiskSpaceError.html" class="tsd-signature-type tsd-kind-class">DiskSpaceError</a></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L22">src/DiskSpaceError.ts:22</a></li></ul></aside></li></ul></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Properties</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
|
|
131
131
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L32">src/DiskSpaceError.ts:32</a></li></ul></aside></li></ul></section>
|
|
134
134
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
135
135
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
136
136
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
145
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
149
149
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
154
154
|
<ul class="tsd-signatures">
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
158
158
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
|
|
159
159
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
160
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L36">src/DiskSpaceError.ts:36</a></li></ul></aside></li></ul></section>
|
|
161
161
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
162
162
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
163
163
|
<ul class="tsd-signatures">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
167
167
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L40">src/DiskSpaceError.ts:40</a></li></ul></aside></li></ul></section>
|
|
170
170
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
171
171
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
172
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
176
176
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
178
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
|
|
179
179
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
180
180
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
181
|
<ul class="tsd-signatures">
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
185
185
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
|
|
186
186
|
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
187
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DiskSpaceError.ts#L28">src/DiskSpaceError.ts:28</a></li></ul></aside></li></ul></section>
|
|
188
188
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
189
189
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
190
190
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -196,7 +196,7 @@ They are kept secret from the client.</p>
|
|
|
196
196
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
197
197
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
198
198
|
<ul>
|
|
199
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
199
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
200
200
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
201
201
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
202
202
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -207,7 +207,7 @@ They are kept secret from the client.</p>
|
|
|
207
207
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
208
208
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
210
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
212
212
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
213
213
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">DropTemporaryTableQuery</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DropTemporaryTableQuery.ts#L23">src/DropTemporaryTableQuery.ts:23</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<h4 class="tsd-returns-title">Returns <a href="DropTemporaryTableQuery.html" class="tsd-signature-type tsd-kind-class">DropTemporaryTableQuery</a></h4><aside class="tsd-sources">
|
|
58
58
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#constructor">constructor</a></p>
|
|
59
59
|
<ul>
|
|
60
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
60
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L23">src/Query.ts:23</a></li></ul></aside></li></ul></section></section>
|
|
61
61
|
<section class="tsd-panel-group tsd-member-group">
|
|
62
62
|
<h2>Methods</h2>
|
|
63
63
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_getQuery" class="tsd-anchor"></a>
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="Query.html">Query</a>.<a href="Query.html#_getQuery">_getQuery</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DropTemporaryTableQuery.ts#L29">src/DropTemporaryTableQuery.ts:29</a></li></ul></aside></li></ul></section>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="execute" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><span>execute</span><a href="#execute" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
74
74
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
83
83
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#execute">execute</a></p>
|
|
84
84
|
<ul>
|
|
85
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
85
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L71">src/Query.ts:71</a></li></ul></aside></li></ul></section>
|
|
86
86
|
<section class="tsd-panel tsd-member"><a id="getParameters" class="tsd-anchor"></a>
|
|
87
87
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Parameters</span><a href="#getParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
88
88
|
<ul class="tsd-signatures">
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<p>Overrides <a href="Query.html">Query</a>.<a href="Query.html#getParameters">getParameters</a></p>
|
|
95
95
|
<ul>
|
|
96
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
96
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DropTemporaryTableQuery.ts#L25">src/DropTemporaryTableQuery.ts:25</a></li></ul></aside></li></ul></section>
|
|
97
97
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getParametersForQuery" class="tsd-anchor"></a>
|
|
98
98
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Parameters<wbr/>For<wbr/>Query</span><a href="#getParametersForQuery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
99
99
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#getParametersForQuery">getParametersForQuery</a></p>
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L39">src/Query.ts:39</a></li></ul></aside></li></ul></section>
|
|
109
109
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getQuery" class="tsd-anchor"></a>
|
|
110
110
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Query</span><a href="#getQuery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
111
111
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
120
120
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#getQuery">getQuery</a></p>
|
|
121
121
|
<ul>
|
|
122
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
122
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L45">src/Query.ts:45</a></li></ul></aside></li></ul></section>
|
|
123
123
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onPostProcess" class="tsd-anchor"></a>
|
|
124
124
|
<h3 class="tsd-anchor-link"><span>on<wbr/>Post<wbr/>Process</span><a href="#onPostProcess" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
125
125
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#onPostProcess">onPostProcess</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L66">src/Query.ts:66</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="onPreQuery" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>on<wbr/>Pre<wbr/>Query</span><a href="#onPreQuery" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
145
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -156,7 +156,7 @@ Can be used to set session variables or create temporary tables, etc.</p>
|
|
|
156
156
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
157
157
|
<p>Inherited from <a href="Query.html">Query</a>.<a href="Query.html#onPreQuery">onPreQuery</a></p>
|
|
158
158
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
159
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/Query.ts#L56">src/Query.ts:56</a></li></ul></aside></li></ul></section></section></div>
|
|
160
160
|
<div class="col-sidebar">
|
|
161
161
|
<div class="page-menu">
|
|
162
162
|
<div class="tsd-navigation settings">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">DuplicateEntryError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L27">src/DuplicateEntryError.ts:27</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<h4 class="tsd-returns-title">Returns <a href="DuplicateEntryError.html" class="tsd-signature-type tsd-kind-class">DuplicateEntryError</a></h4><aside class="tsd-sources">
|
|
73
73
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
|
|
74
74
|
<ul>
|
|
75
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
75
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L28">src/DuplicateEntryError.ts:28</a></li></ul></aside></li></ul></section></section>
|
|
76
76
|
<section class="tsd-panel-group tsd-member-group">
|
|
77
77
|
<h2>Properties</h2>
|
|
78
78
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
|
|
135
135
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
|
|
136
136
|
<ul>
|
|
137
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
137
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L41">src/DuplicateEntryError.ts:41</a></li></ul></aside></li></ul></section>
|
|
138
138
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
139
139
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
140
140
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
144
144
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
|
|
145
145
|
<ul>
|
|
146
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
146
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
147
147
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
|
|
148
148
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
149
149
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
153
153
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
|
|
154
154
|
<ul>
|
|
155
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
155
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
156
156
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
157
157
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
158
158
|
<ul class="tsd-signatures">
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
162
162
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
|
|
163
163
|
<ul>
|
|
164
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
164
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L45">src/DuplicateEntryError.ts:45</a></li></ul></aside></li></ul></section>
|
|
165
165
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
166
166
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
167
167
|
<ul class="tsd-signatures">
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
171
171
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
|
|
172
172
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L49">src/DuplicateEntryError.ts:49</a></li></ul></aside></li></ul></section>
|
|
174
174
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
175
175
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
176
176
|
<ul class="tsd-signatures">
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
180
180
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
181
181
|
<ul>
|
|
182
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
182
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L53">src/DuplicateEntryError.ts:53</a></li></ul></aside></li></ul></section>
|
|
183
183
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
184
184
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
185
185
|
<ul class="tsd-signatures">
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
189
189
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
|
|
190
190
|
<ul>
|
|
191
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
191
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/DuplicateEntryError.ts#L36">src/DuplicateEntryError.ts:36</a></li></ul></aside></li></ul></section>
|
|
192
192
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
193
193
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
194
194
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -200,7 +200,7 @@ They are kept secret from the client.</p>
|
|
|
200
200
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
201
201
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
202
202
|
<ul>
|
|
203
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
203
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
204
204
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
205
205
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
206
206
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -211,7 +211,7 @@ They are kept secret from the client.</p>
|
|
|
211
211
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
212
212
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
|
|
213
213
|
<ul>
|
|
214
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
214
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
215
215
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
216
216
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
217
217
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">EntityNotFoundError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L21">src/EntityNotFoundError.ts:21</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <a href="EntityNotFoundError.html" class="tsd-signature-type tsd-kind-class">EntityNotFoundError</a></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L22">src/EntityNotFoundError.ts:22</a></li></ul></aside></li></ul></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Properties</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
|
|
131
131
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L30">src/EntityNotFoundError.ts:30</a></li></ul></aside></li></ul></section>
|
|
134
134
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
135
135
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
136
136
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
145
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
149
149
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
154
154
|
<ul class="tsd-signatures">
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
158
158
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
|
|
159
159
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
160
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L34">src/EntityNotFoundError.ts:34</a></li></ul></aside></li></ul></section>
|
|
161
161
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
162
162
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
163
163
|
<ul class="tsd-signatures">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
167
167
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L38">src/EntityNotFoundError.ts:38</a></li></ul></aside></li></ul></section>
|
|
170
170
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
171
171
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
172
|
<ul class="tsd-signatures">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
176
176
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
178
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L42">src/EntityNotFoundError.ts:42</a></li></ul></aside></li></ul></section>
|
|
179
179
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
180
180
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
181
|
<ul class="tsd-signatures">
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
185
185
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
|
|
186
186
|
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
187
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/EntityNotFoundError.ts#L26">src/EntityNotFoundError.ts:26</a></li></ul></aside></li></ul></section>
|
|
188
188
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
189
189
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
190
190
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -196,7 +196,7 @@ They are kept secret from the client.</p>
|
|
|
196
196
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
197
197
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
198
198
|
<ul>
|
|
199
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
199
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
200
200
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
201
201
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
202
202
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -207,7 +207,7 @@ They are kept secret from the client.</p>
|
|
|
207
207
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
208
208
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
210
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/e0c569b/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
212
212
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
213
213
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|