@breautek/storm 6.0.3 → 6.0.5
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 +15 -0
- package/docs/classes/Application.html +481 -444
- package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
- package/docs/classes/CORSMiddleware.html +123 -136
- package/docs/classes/ConfigLoader.html +86 -105
- package/docs/classes/Database.html +141 -160
- package/docs/classes/DatabaseCastObject.html +100 -119
- package/docs/classes/DatabaseConnection.html +260 -250
- package/docs/classes/DatabaseQueryError.html +160 -175
- package/docs/classes/DeadLockError.html +162 -176
- package/docs/classes/DiskSpaceError.html +160 -175
- package/docs/classes/DropTemporaryTableQuery.html +133 -147
- package/docs/classes/DuplicateEntryError.html +160 -175
- package/docs/classes/EntityNotFoundError.html +160 -175
- package/docs/classes/ExpiredTokenError.html +160 -175
- package/docs/classes/Handler.html +146 -165
- package/docs/classes/InternalError.html +160 -175
- package/docs/classes/InvalidCredentialsError.html +160 -175
- package/docs/classes/InvalidValueError.html +160 -175
- package/docs/classes/LineString.html +101 -120
- package/docs/classes/LockWaitTimeoutError.html +162 -176
- package/docs/classes/ManagedDatabaseConnection.html +176 -195
- package/docs/classes/Middleware.html +96 -115
- package/docs/classes/MissingConfigError.html +160 -175
- package/docs/classes/MissingParameterError.html +160 -175
- package/docs/classes/MySQLConnection.html +265 -255
- package/docs/classes/MySQLDatabase.html +146 -165
- package/docs/classes/NotImplementedError.html +160 -175
- package/docs/classes/Point.html +101 -120
- package/docs/classes/Polygon.html +101 -120
- package/docs/classes/Query.html +133 -147
- package/docs/classes/RawError.html +162 -176
- package/docs/classes/RawQuery.html +133 -147
- package/docs/classes/Request.html +171 -190
- package/docs/classes/Response.html +136 -155
- package/docs/classes/ResponseData.html +116 -135
- package/docs/classes/ServiceProvider.html +156 -175
- package/docs/classes/ServiceResponse.html +106 -125
- package/docs/classes/SetSessionVariableQuery.html +133 -147
- package/docs/classes/StormError.html +160 -175
- package/docs/classes/TemporaryTableQuery.html +133 -147
- package/docs/classes/Token.html +91 -110
- package/docs/classes/TokenManager.html +101 -120
- package/docs/classes/Transaction.html +113 -131
- package/docs/classes/UnauthorizedAccessError.html +160 -175
- package/docs/enums/ErrorCode.html +117 -136
- package/docs/enums/ExitCode.html +89 -108
- package/docs/enums/HTTPMethod.html +97 -116
- package/docs/enums/IsolationLevel.html +97 -116
- package/docs/enums/JWTError.html +89 -108
- package/docs/enums/StatusCode.html +273 -292
- package/docs/functions/formidable-1.html +80 -99
- package/docs/functions/getInstance.html +84 -103
- package/docs/index.html +156 -175
- package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
- package/docs/interfaces/IAuthTokenData.html +89 -108
- package/docs/interfaces/ICloudwatchConfig.html +93 -112
- package/docs/interfaces/ICloudwatchCredentials.html +89 -108
- package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
- package/docs/interfaces/IConfig.html +113 -132
- package/docs/interfaces/IDatabaseConfig.html +105 -124
- package/docs/interfaces/IDatabaseConnection.html +151 -170
- package/docs/interfaces/IErrorResponse.html +101 -120
- package/docs/interfaces/IFormData.html +89 -108
- package/docs/interfaces/IHandler.html +86 -105
- package/docs/interfaces/IInsertQueryResult.html +93 -112
- package/docs/interfaces/IJWTVerifyOptions.html +85 -104
- package/docs/interfaces/IParameterMap.html +80 -99
- package/docs/interfaces/IQueryable.html +106 -125
- package/docs/interfaces/IRequestResponse.html +89 -108
- package/docs/interfaces/IServiceHeaders.html +80 -99
- package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
- package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
- package/docs/interfaces/IUpdateQueryResult.html +89 -108
- package/docs/interfaces/formidable.EmitData.html +108 -108
- package/docs/interfaces/formidable.EventData.html +117 -117
- package/docs/interfaces/formidable.Fields.html +95 -95
- package/docs/interfaces/formidable.File.html +138 -131
- package/docs/interfaces/formidable.FileJSON.html +134 -129
- package/docs/interfaces/formidable.Files.html +95 -95
- package/docs/interfaces/formidable.Options.html +167 -156
- package/docs/interfaces/formidable.Part.html +248 -223
- package/docs/modules/formidable.html +111 -111
- package/docs/types/IDeleteQueryResult.html +80 -99
- package/docs/types/IHandlerError.html +82 -100
- package/docs/types/IHandlerResponse.html +82 -100
- package/docs/types/TCoordinate.html +80 -99
- package/docs/types/formidable.BufferEncoding.html +95 -95
- package/docs/types/formidable.DefaultOptions.html +101 -96
- package/docs/types/formidable.EnabledPlugins.html +95 -95
- package/docs/types/formidable.EventNames.html +95 -95
- package/docs/types/formidable.MappedParsers.html +95 -95
- package/docs/types/formidable.Plugin.html +95 -95
- package/docs/types/formidable.PluginFunction.html +95 -95
- package/docs/types/formidable.Plugins.html +95 -95
- package/lib/Application.d.ts +1 -1
- package/lib/Application.js +13 -7
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +13 -7
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<li><a href="DatabaseQueryError.html" class="tsd-signature-type tsd-kind-class">DatabaseQueryError</a></li>
|
|
42
42
|
<li><a href="NotImplementedError.html" class="tsd-signature-type tsd-kind-class">NotImplementedError</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
|
|
43
43
|
<ul>
|
|
44
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
44
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L41">src/StormError.ts:41</a></li></ul></aside>
|
|
45
45
|
<section class="tsd-panel-group tsd-index-group">
|
|
46
46
|
<section class="tsd-panel tsd-index-panel">
|
|
47
47
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -49,35 +49,35 @@
|
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<section class="tsd-index-section">
|
|
51
51
|
<h3 class="tsd-index-heading">Constructors</h3>
|
|
52
|
-
<div class="tsd-index-list"><a href="StormError.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
52
|
+
<div class="tsd-index-list"><a href="StormError.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-512"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>constructor</span></a>
|
|
53
53
|
</div></section>
|
|
54
54
|
<section class="tsd-index-section">
|
|
55
55
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
56
|
-
<div class="tsd-index-list"><a href="StormError.html#message" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
57
|
-
<a href="StormError.html#name" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
58
|
-
<a href="StormError.html#stack" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
59
|
-
<a href="StormError.html#prepareStackTrace" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
60
|
-
<a href="StormError.html#stackTraceLimit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
56
|
+
<div class="tsd-index-list"><a href="StormError.html#message" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>message</span></a>
|
|
57
|
+
<a href="StormError.html#name" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>name</span></a>
|
|
58
|
+
<a href="StormError.html#stack" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stack?</span></a>
|
|
59
|
+
<a href="StormError.html#prepareStackTrace" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>prepare<wbr/>Stack<wbr/>Trace?</span></a>
|
|
60
|
+
<a href="StormError.html#stackTraceLimit" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stack<wbr/>Trace<wbr/>Limit</span></a>
|
|
61
61
|
</div></section>
|
|
62
62
|
<section class="tsd-index-section">
|
|
63
63
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
64
|
-
<div class="tsd-index-list"><a href="StormError.html#getCode" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
65
|
-
<a href="StormError.html#getErrorResponse" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
66
|
-
<a href="StormError.html#getExitCode" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
67
|
-
<a href="StormError.html#getHTTPCode" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
68
|
-
<a href="StormError.html#getLocaleCode" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
69
|
-
<a href="StormError.html#getLocaleParameters" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
70
|
-
<a href="StormError.html#getMessage" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
71
|
-
<a href="StormError.html#getPrivateDetails" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
72
|
-
<a href="StormError.html#getPublicDetails" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
73
|
-
<a href="StormError.html#captureStackTrace" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
64
|
+
<div class="tsd-index-list"><a href="StormError.html#getCode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>get<wbr/>Code</span></a>
|
|
65
|
+
<a href="StormError.html#getErrorResponse" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Error<wbr/>Response</span></a>
|
|
66
|
+
<a href="StormError.html#getExitCode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Exit<wbr/>Code</span></a>
|
|
67
|
+
<a href="StormError.html#getHTTPCode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getHTTPCode</span></a>
|
|
68
|
+
<a href="StormError.html#getLocaleCode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Locale<wbr/>Code</span></a>
|
|
69
|
+
<a href="StormError.html#getLocaleParameters" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Locale<wbr/>Parameters</span></a>
|
|
70
|
+
<a href="StormError.html#getMessage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Message</span></a>
|
|
71
|
+
<a href="StormError.html#getPrivateDetails" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Private<wbr/>Details</span></a>
|
|
72
|
+
<a href="StormError.html#getPublicDetails" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Public<wbr/>Details</span></a>
|
|
73
|
+
<a href="StormError.html#captureStackTrace" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>capture<wbr/>Stack<wbr/>Trace</span></a>
|
|
74
74
|
</div></section></div></details></section></section>
|
|
75
75
|
<section class="tsd-panel-group tsd-member-group">
|
|
76
76
|
<h2>Constructors</h2>
|
|
77
77
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
78
|
-
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
78
|
+
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
|
|
79
79
|
<ul class="tsd-signatures">
|
|
80
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_StormError"><span class="tsd-kind-constructor-signature">new <wbr/>Storm<wbr/>Error</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">details</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="StormError.html" class="tsd-signature-type tsd-kind-class">StormError</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span><a href="#constructor.new_StormError" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
80
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_StormError"><span class="tsd-kind-constructor-signature">new <wbr/>Storm<wbr/>Error</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">details</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="StormError.html" class="tsd-signature-type tsd-kind-class">StormError</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span><a href="#constructor.new_StormError" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
81
81
|
<li class="tsd-description">
|
|
82
82
|
<section class="tsd-panel">
|
|
83
83
|
<h4>Type Parameters</h4>
|
|
@@ -92,29 +92,29 @@
|
|
|
92
92
|
<h4 class="tsd-returns-title">Returns <a href="StormError.html" class="tsd-signature-type tsd-kind-class">StormError</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
93
93
|
<p>Overrides Error.constructor</p>
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L44">src/StormError.ts:44</a></li></ul></aside></li></ul></section></section>
|
|
96
96
|
<section class="tsd-panel-group tsd-member-group">
|
|
97
97
|
<h2>Properties</h2>
|
|
98
98
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
99
|
-
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
99
|
+
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
100
100
|
<div class="tsd-signature"><span class="tsd-kind-property">message</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
101
101
|
<p>Inherited from Error.message</p>
|
|
102
102
|
<ul>
|
|
103
103
|
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1055</li></ul></aside></section>
|
|
104
104
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="name" class="tsd-anchor"></a>
|
|
105
|
-
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
105
|
+
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
106
106
|
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
107
107
|
<p>Inherited from Error.name</p>
|
|
108
108
|
<ul>
|
|
109
109
|
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1054</li></ul></aside></section>
|
|
110
110
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
|
|
111
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
111
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
112
112
|
<div class="tsd-signature"><span class="tsd-kind-property">stack</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
113
113
|
<p>Inherited from Error.stack</p>
|
|
114
114
|
<ul>
|
|
115
115
|
<li>Defined in node_modules/typescript/lib/lib.es5.d.ts:1056</li></ul></aside></section>
|
|
116
116
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="prepareStackTrace" class="tsd-anchor"></a>
|
|
117
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>prepare<wbr/>Stack<wbr/>Trace</span><a href="#prepareStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
117
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>prepare<wbr/>Stack<wbr/>Trace</span><a href="#prepareStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
118
118
|
<div class="tsd-signature"><span class="tsd-kind-property">prepare<wbr/>Stack<wbr/>Trace</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">err</span>, <span class="tsd-kind-parameter">stackTraces</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>
|
|
119
119
|
<div class="tsd-type-declaration">
|
|
120
120
|
<h4>Type declaration</h4>
|
|
@@ -124,8 +124,6 @@
|
|
|
124
124
|
<li class="tsd-signature" id="prepareStackTrace.__type.__type-1"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">err</span>, <span class="tsd-kind-parameter">stackTraces</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
125
125
|
<li class="tsd-description">
|
|
126
126
|
<div class="tsd-comment tsd-typography"><p>Optional override for formatting stack traces</p>
|
|
127
|
-
|
|
128
|
-
<h3>See</h3><p><a href="https://v8.dev/docs/stack-trace-api#customizing-stack-traces">https://v8.dev/docs/stack-trace-api#customizing-stack-traces</a></p>
|
|
129
127
|
</div>
|
|
130
128
|
<div class="tsd-parameters">
|
|
131
129
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -134,12 +132,15 @@
|
|
|
134
132
|
<h5><span class="tsd-kind-parameter">err</span>: <span class="tsd-signature-type ">Error</span></h5></li>
|
|
135
133
|
<li>
|
|
136
134
|
<h5><span class="tsd-kind-parameter">stackTraces</span>: <span class="tsd-signature-type ">CallSite</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
137
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4
|
|
135
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
136
|
+
<div class="tsd-comment tsd-typography">
|
|
137
|
+
<h4>See</h4><p><a href="https://v8.dev/docs/stack-trace-api#customizing-stack-traces">https://v8.dev/docs/stack-trace-api#customizing-stack-traces</a></p>
|
|
138
|
+
</div></li></ul></li></ul></div><aside class="tsd-sources">
|
|
138
139
|
<p>Inherited from Error.prepareStackTrace</p>
|
|
139
140
|
<ul>
|
|
140
141
|
<li>Defined in node_modules/@types/node/globals.d.ts:11</li></ul></aside></section>
|
|
141
142
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="stackTraceLimit" class="tsd-anchor"></a>
|
|
142
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>stack<wbr/>Trace<wbr/>Limit</span><a href="#stackTraceLimit" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
143
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>stack<wbr/>Trace<wbr/>Limit</span><a href="#stackTraceLimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
143
144
|
<div class="tsd-signature"><span class="tsd-kind-property">stack<wbr/>Trace<wbr/>Limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
144
145
|
<p>Inherited from Error.stackTraceLimit</p>
|
|
145
146
|
<ul>
|
|
@@ -147,86 +148,88 @@
|
|
|
147
148
|
<section class="tsd-panel-group tsd-member-group">
|
|
148
149
|
<h2>Methods</h2>
|
|
149
150
|
<section class="tsd-panel tsd-member"><a id="getCode" class="tsd-anchor"></a>
|
|
150
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>get<wbr/>Code</span><a href="#getCode" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
151
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>get<wbr/>Code</span><a href="#getCode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
151
152
|
<ul class="tsd-signatures">
|
|
152
|
-
<li class="tsd-signature tsd-anchor-link" id="getCode.getCode-1"><span class="tsd-kind-call-signature">get<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getCode.getCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
153
|
+
<li class="tsd-signature tsd-anchor-link" id="getCode.getCode-1"><span class="tsd-kind-call-signature">get<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getCode.getCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
153
154
|
<li class="tsd-description">
|
|
154
155
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
155
156
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
157
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L55">src/StormError.ts:55</a></li></ul></aside></li></ul></section>
|
|
157
158
|
<section class="tsd-panel tsd-member"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
158
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
159
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
159
160
|
<ul class="tsd-signatures">
|
|
160
|
-
<li class="tsd-signature tsd-anchor-link" id="getErrorResponse.getErrorResponse-1"><span class="tsd-kind-call-signature">get<wbr/>Error<wbr/>Response</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a><a href="#getErrorResponse.getErrorResponse-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
161
|
+
<li class="tsd-signature tsd-anchor-link" id="getErrorResponse.getErrorResponse-1"><span class="tsd-kind-call-signature">get<wbr/>Error<wbr/>Response</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a><a href="#getErrorResponse.getErrorResponse-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
161
162
|
<li class="tsd-description">
|
|
162
163
|
<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">
|
|
163
164
|
<ul>
|
|
164
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
165
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
165
166
|
<section class="tsd-panel tsd-member"><a id="getExitCode" class="tsd-anchor"></a>
|
|
166
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
167
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
167
168
|
<ul class="tsd-signatures">
|
|
168
|
-
<li class="tsd-signature tsd-anchor-link" id="getExitCode.getExitCode-1"><span class="tsd-kind-call-signature">get<wbr/>Exit<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a><a href="#getExitCode.getExitCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
169
|
+
<li class="tsd-signature tsd-anchor-link" id="getExitCode.getExitCode-1"><span class="tsd-kind-call-signature">get<wbr/>Exit<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a><a href="#getExitCode.getExitCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
169
170
|
<li class="tsd-description">
|
|
170
171
|
<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">
|
|
171
172
|
<ul>
|
|
172
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
173
174
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
174
|
-
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
175
|
+
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
175
176
|
<ul class="tsd-signatures">
|
|
176
|
-
<li class="tsd-signature tsd-anchor-link" id="getHTTPCode.getHTTPCode-1"><span class="tsd-kind-call-signature">getHTTPCode</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a><a href="#getHTTPCode.getHTTPCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
177
|
+
<li class="tsd-signature tsd-anchor-link" id="getHTTPCode.getHTTPCode-1"><span class="tsd-kind-call-signature">getHTTPCode</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a><a href="#getHTTPCode.getHTTPCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
177
178
|
<li class="tsd-description">
|
|
178
179
|
<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">
|
|
179
180
|
<ul>
|
|
180
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
181
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L72">src/StormError.ts:72</a></li></ul></aside></li></ul></section>
|
|
181
182
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
182
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
183
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
183
184
|
<ul class="tsd-signatures">
|
|
184
|
-
<li class="tsd-signature tsd-anchor-link" id="getLocaleCode.getLocaleCode-1"><span class="tsd-kind-call-signature">get<wbr/>Locale<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#getLocaleCode.getLocaleCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
185
|
+
<li class="tsd-signature tsd-anchor-link" id="getLocaleCode.getLocaleCode-1"><span class="tsd-kind-call-signature">get<wbr/>Locale<wbr/>Code</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#getLocaleCode.getLocaleCode-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
185
186
|
<li class="tsd-description">
|
|
186
187
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
187
188
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
189
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L89">src/StormError.ts:89</a></li></ul></aside></li></ul></section>
|
|
189
190
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
190
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
191
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
191
192
|
<ul class="tsd-signatures">
|
|
192
|
-
<li class="tsd-signature tsd-anchor-link" id="getLocaleParameters.getLocaleParameters-1"><span class="tsd-kind-call-signature">get<wbr/>Locale<wbr/>Parameters</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><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><a href="#getLocaleParameters.getLocaleParameters-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
193
|
+
<li class="tsd-signature tsd-anchor-link" id="getLocaleParameters.getLocaleParameters-1"><span class="tsd-kind-call-signature">get<wbr/>Locale<wbr/>Parameters</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><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><a href="#getLocaleParameters.getLocaleParameters-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
193
194
|
<li class="tsd-description">
|
|
194
195
|
<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">
|
|
195
196
|
<ul>
|
|
196
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
197
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
|
|
197
198
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
198
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
199
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
199
200
|
<ul class="tsd-signatures">
|
|
200
|
-
<li class="tsd-signature tsd-anchor-link" id="getMessage.getMessage-1"><span class="tsd-kind-call-signature">get<wbr/>Message</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#getMessage.getMessage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
201
|
+
<li class="tsd-signature tsd-anchor-link" id="getMessage.getMessage-1"><span class="tsd-kind-call-signature">get<wbr/>Message</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#getMessage.getMessage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
201
202
|
<li class="tsd-description">
|
|
202
203
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
203
204
|
<ul>
|
|
204
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
205
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L54">src/StormError.ts:54</a></li></ul></aside></li></ul></section>
|
|
205
206
|
<section class="tsd-panel tsd-member"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
206
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
207
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
207
208
|
<ul class="tsd-signatures">
|
|
208
|
-
<li class="tsd-signature tsd-anchor-link" id="getPrivateDetails.getPrivateDetails-1"><span class="tsd-kind-call-signature">get<wbr/>Private<wbr/>Details</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><a href="#getPrivateDetails.getPrivateDetails-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
209
|
+
<li class="tsd-signature tsd-anchor-link" id="getPrivateDetails.getPrivateDetails-1"><span class="tsd-kind-call-signature">get<wbr/>Private<wbr/>Details</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span><a href="#getPrivateDetails.getPrivateDetails-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
209
210
|
<li class="tsd-description">
|
|
210
211
|
<div class="tsd-comment tsd-typography"><p>Private details are only logged to the server log.
|
|
211
212
|
They are kept secret from the client.</p>
|
|
212
213
|
</div>
|
|
213
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span></h4
|
|
214
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">TErrorDetails</span></h4>
|
|
215
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
214
216
|
<ul>
|
|
215
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
217
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
216
218
|
<section class="tsd-panel tsd-member"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
217
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
219
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
218
220
|
<ul class="tsd-signatures">
|
|
219
|
-
<li class="tsd-signature tsd-anchor-link" id="getPublicDetails.getPublicDetails-1"><span class="tsd-kind-call-signature">get<wbr/>Public<wbr/>Details</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a><a href="#getPublicDetails.getPublicDetails-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
221
|
+
<li class="tsd-signature tsd-anchor-link" id="getPublicDetails.getPublicDetails-1"><span class="tsd-kind-call-signature">get<wbr/>Public<wbr/>Details</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a><a href="#getPublicDetails.getPublicDetails-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
220
222
|
<li class="tsd-description">
|
|
221
223
|
<div class="tsd-comment tsd-typography"><p>Sends details to the client.</p>
|
|
222
224
|
</div>
|
|
223
|
-
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4
|
|
225
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4>
|
|
226
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
224
227
|
<ul>
|
|
225
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
228
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
226
229
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
227
|
-
<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
|
|
230
|
+
<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 viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
228
231
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
229
|
-
<li class="tsd-signature tsd-anchor-link" id="captureStackTrace.captureStackTrace-1"><span class="tsd-kind-call-signature">capture<wbr/>Stack<wbr/>Trace</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">targetObject</span>, <span class="tsd-kind-parameter">constructorOpt</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#captureStackTrace.captureStackTrace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
232
|
+
<li class="tsd-signature tsd-anchor-link" id="captureStackTrace.captureStackTrace-1"><span class="tsd-kind-call-signature">capture<wbr/>Stack<wbr/>Trace</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">targetObject</span>, <span class="tsd-kind-parameter">constructorOpt</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#captureStackTrace.captureStackTrace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
230
233
|
<li class="tsd-description">
|
|
231
234
|
<div class="tsd-comment tsd-typography"><p>Create .stack property on a target object</p>
|
|
232
235
|
</div>
|
|
@@ -237,7 +240,8 @@ They are kept secret from the client.</p>
|
|
|
237
240
|
<h5><span class="tsd-kind-parameter">targetObject</span>: <span class="tsd-signature-type">object</span></h5></li>
|
|
238
241
|
<li>
|
|
239
242
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">constructorOpt</span>: <span class="tsd-signature-type ">Function</span></h5></li></ul></div>
|
|
240
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4
|
|
243
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
244
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
241
245
|
<p>Inherited from Error.captureStackTrace</p>
|
|
242
246
|
<ul>
|
|
243
247
|
<li>Defined in node_modules/@types/node/globals.d.ts:4</li></ul></aside></li></ul></section></section></div>
|
|
@@ -245,7 +249,7 @@ They are kept secret from the client.</p>
|
|
|
245
249
|
<div class="page-menu">
|
|
246
250
|
<div class="tsd-navigation settings">
|
|
247
251
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
248
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>Settings</h3></summary>
|
|
252
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
249
253
|
<div class="tsd-accordion-details">
|
|
250
254
|
<div class="tsd-filter-visibility">
|
|
251
255
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -256,124 +260,105 @@ They are kept secret from the client.</p>
|
|
|
256
260
|
<div class="tsd-theme-toggle">
|
|
257
261
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
258
262
|
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
259
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
263
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
260
264
|
<div class="tsd-accordion-details">
|
|
261
265
|
<ul>
|
|
262
|
-
<li><a href="#constructor" class=""><svg class="tsd-kind-icon"
|
|
263
|
-
<li><a href="#message" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
264
|
-
<li><a href="#name" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
265
|
-
<li><a href="#stack" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
266
|
-
<li><a href="#prepareStackTrace" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
267
|
-
<li><a href="#stackTraceLimit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
268
|
-
<li><a href="#getCode" class=""><svg class="tsd-kind-icon"
|
|
269
|
-
<li><a href="#getErrorResponse" class=""><svg class="tsd-kind-icon"
|
|
270
|
-
<li><a href="#getExitCode" class=""><svg class="tsd-kind-icon"
|
|
271
|
-
<li><a href="#getHTTPCode" class=""><svg class="tsd-kind-icon"
|
|
272
|
-
<li><a href="#getLocaleCode" class=""><svg class="tsd-kind-icon"
|
|
273
|
-
<li><a href="#getLocaleParameters" class=""><svg class="tsd-kind-icon"
|
|
274
|
-
<li><a href="#getMessage" class=""><svg class="tsd-kind-icon"
|
|
275
|
-
<li><a href="#getPrivateDetails" class=""><svg class="tsd-kind-icon"
|
|
276
|
-
<li><a href="#getPublicDetails" class=""><svg class="tsd-kind-icon"
|
|
277
|
-
<li><a href="#captureStackTrace" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon"
|
|
266
|
+
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li>
|
|
267
|
+
<li><a href="#message" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>message</span></a></li>
|
|
268
|
+
<li><a href="#name" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>name</span></a></li>
|
|
269
|
+
<li><a href="#stack" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stack</span></a></li>
|
|
270
|
+
<li><a href="#prepareStackTrace" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>prepare<wbr/>Stack<wbr/>Trace</span></a></li>
|
|
271
|
+
<li><a href="#stackTraceLimit" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>stack<wbr/>Trace<wbr/>Limit</span></a></li>
|
|
272
|
+
<li><a href="#getCode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Code</span></a></li>
|
|
273
|
+
<li><a href="#getErrorResponse" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Error<wbr/>Response</span></a></li>
|
|
274
|
+
<li><a href="#getExitCode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Exit<wbr/>Code</span></a></li>
|
|
275
|
+
<li><a href="#getHTTPCode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getHTTPCode</span></a></li>
|
|
276
|
+
<li><a href="#getLocaleCode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Locale<wbr/>Code</span></a></li>
|
|
277
|
+
<li><a href="#getLocaleParameters" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Locale<wbr/>Parameters</span></a></li>
|
|
278
|
+
<li><a href="#getMessage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Message</span></a></li>
|
|
279
|
+
<li><a href="#getPrivateDetails" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Private<wbr/>Details</span></a></li>
|
|
280
|
+
<li><a href="#getPublicDetails" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Public<wbr/>Details</span></a></li>
|
|
281
|
+
<li><a href="#captureStackTrace" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>capture<wbr/>Stack<wbr/>Trace</span></a></li></ul></div></details></div>
|
|
278
282
|
<div class="site-menu">
|
|
279
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
283
|
+
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>@breautek/storm</span></a>
|
|
280
284
|
<ul class="tsd-small-nested-navigation">
|
|
281
|
-
<li>
|
|
282
|
-
<
|
|
283
|
-
<
|
|
284
|
-
<
|
|
285
|
-
<li><a href="../
|
|
286
|
-
<li><a href="../
|
|
287
|
-
<li><a href="../
|
|
288
|
-
<li><a href="
|
|
289
|
-
<li><a href="
|
|
290
|
-
<li><a href="
|
|
291
|
-
<li><a href="
|
|
292
|
-
<li><a href="
|
|
293
|
-
<li><a href="
|
|
294
|
-
<li><a href="
|
|
295
|
-
<li><a href="
|
|
296
|
-
<li><a href="
|
|
297
|
-
<li><a href="
|
|
298
|
-
<li><a href="
|
|
299
|
-
<li><a href="
|
|
300
|
-
<li><a href="
|
|
301
|
-
<li><a href="
|
|
302
|
-
<li><a href="
|
|
303
|
-
<li><a href="
|
|
304
|
-
<li><a href="
|
|
305
|
-
<li><a href="
|
|
306
|
-
<li><a href="
|
|
307
|
-
<li><a href="
|
|
308
|
-
<li><a href="
|
|
309
|
-
<li><a href="
|
|
310
|
-
<li><a href="
|
|
311
|
-
<li><a href="
|
|
312
|
-
<li><a href="
|
|
313
|
-
<li><a href="
|
|
314
|
-
<li><a href="
|
|
315
|
-
<li><a href="
|
|
316
|
-
<li><a href="
|
|
317
|
-
<li><a href="
|
|
318
|
-
<li><a href="
|
|
319
|
-
<li><a href="
|
|
320
|
-
<li><a href="
|
|
321
|
-
<li><a href="
|
|
322
|
-
<li><a href="
|
|
323
|
-
<li><a href="
|
|
324
|
-
<li><a href="
|
|
325
|
-
<li><a href="
|
|
326
|
-
<li><a href="
|
|
327
|
-
<li><a href="
|
|
328
|
-
<li><a href="
|
|
329
|
-
<li><a href="
|
|
330
|
-
<li><a href="
|
|
331
|
-
<li><a href="
|
|
332
|
-
<li><a href="
|
|
333
|
-
<li><a href="
|
|
334
|
-
<li><a href="
|
|
335
|
-
<li><a href="
|
|
336
|
-
<li><a href="
|
|
337
|
-
<li><a href="
|
|
338
|
-
<li><a href="
|
|
339
|
-
<li><a href="
|
|
340
|
-
<li><a href="
|
|
341
|
-
<li><a href="
|
|
342
|
-
<li><a href="
|
|
343
|
-
<li><a href="
|
|
344
|
-
<li><a href="
|
|
345
|
-
<li><a href="
|
|
346
|
-
<li><a href="
|
|
347
|
-
<li><a href="
|
|
348
|
-
<li><a href="
|
|
349
|
-
<li><a href="
|
|
350
|
-
<li><a href="
|
|
351
|
-
<li><a href="../interfaces/
|
|
352
|
-
<li><a href="../
|
|
353
|
-
<li><a href="../
|
|
354
|
-
<li><a href="../
|
|
355
|
-
<li><a href="../
|
|
356
|
-
<li><a href="../
|
|
357
|
-
<li><a href="../
|
|
358
|
-
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
359
|
-
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
360
|
-
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
361
|
-
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IHandler</span></a></li>
|
|
362
|
-
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
363
|
-
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
364
|
-
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
365
|
-
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IQueryable</span></a></li>
|
|
366
|
-
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
367
|
-
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
368
|
-
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
369
|
-
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
370
|
-
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
371
|
-
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
372
|
-
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
373
|
-
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
374
|
-
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>TCoordinate</span></a></li>
|
|
375
|
-
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>formidable</span></a></li>
|
|
376
|
-
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
285
|
+
<li><a href="../modules/formidable.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>formidable</span></a></li>
|
|
286
|
+
<li><a href="../enums/ErrorCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g></svg><span>Error<wbr/>Code</span></a></li>
|
|
287
|
+
<li><a href="../enums/ExitCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Exit<wbr/>Code</span></a></li>
|
|
288
|
+
<li><a href="../enums/HTTPMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>HTTPMethod</span></a></li>
|
|
289
|
+
<li><a href="../enums/IsolationLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Isolation<wbr/>Level</span></a></li>
|
|
290
|
+
<li><a href="../enums/JWTError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>JWTError</span></a></li>
|
|
291
|
+
<li><a href="../enums/StatusCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Status<wbr/>Code</span></a></li>
|
|
292
|
+
<li><a href="Application.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Application</span></a></li>
|
|
293
|
+
<li><a href="BackendAuthenticationMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Backend<wbr/>Authentication<wbr/>Middleware</span></a></li>
|
|
294
|
+
<li><a href="CORSMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>CORSMiddleware</span></a></li>
|
|
295
|
+
<li><a href="ConfigLoader.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Config<wbr/>Loader</span></a></li>
|
|
296
|
+
<li><a href="Database.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database</span></a></li>
|
|
297
|
+
<li><a href="DatabaseCastObject.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Cast<wbr/>Object</span></a></li>
|
|
298
|
+
<li><a href="DatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
299
|
+
<li><a href="DatabaseQueryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Query<wbr/>Error</span></a></li>
|
|
300
|
+
<li><a href="DeadLockError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
|
|
301
|
+
<li><a href="DiskSpaceError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
|
|
302
|
+
<li><a href="DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
303
|
+
<li><a href="DuplicateEntryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
|
|
304
|
+
<li><a href="EntityNotFoundError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
|
|
305
|
+
<li><a href="ExpiredTokenError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
|
|
306
|
+
<li><a href="Handler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Handler</span></a></li>
|
|
307
|
+
<li><a href="InternalError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Internal<wbr/>Error</span></a></li>
|
|
308
|
+
<li><a href="InvalidCredentialsError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Credentials<wbr/>Error</span></a></li>
|
|
309
|
+
<li><a href="InvalidValueError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Value<wbr/>Error</span></a></li>
|
|
310
|
+
<li><a href="LineString.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Line<wbr/>String</span></a></li>
|
|
311
|
+
<li><a href="LockWaitTimeoutError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lock<wbr/>Wait<wbr/>Timeout<wbr/>Error</span></a></li>
|
|
312
|
+
<li><a href="ManagedDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Managed<wbr/>Database<wbr/>Connection</span></a></li>
|
|
313
|
+
<li><a href="Middleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Middleware</span></a></li>
|
|
314
|
+
<li><a href="MissingConfigError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Config<wbr/>Error</span></a></li>
|
|
315
|
+
<li><a href="MissingParameterError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Parameter<wbr/>Error</span></a></li>
|
|
316
|
+
<li><a href="MySQLConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLConnection</span></a></li>
|
|
317
|
+
<li><a href="MySQLDatabase.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLDatabase</span></a></li>
|
|
318
|
+
<li><a href="NotImplementedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Not<wbr/>Implemented<wbr/>Error</span></a></li>
|
|
319
|
+
<li><a href="Point.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Point</span></a></li>
|
|
320
|
+
<li><a href="Polygon.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Polygon</span></a></li>
|
|
321
|
+
<li><a href="Query.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Query</span></a></li>
|
|
322
|
+
<li><a href="RawError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Error</span></a></li>
|
|
323
|
+
<li><a href="RawQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Query</span></a></li>
|
|
324
|
+
<li><a href="Request.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request</span></a></li>
|
|
325
|
+
<li><a href="Response.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response</span></a></li>
|
|
326
|
+
<li><a href="ResponseData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response<wbr/>Data</span></a></li>
|
|
327
|
+
<li><a href="ServiceProvider.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Provider</span></a></li>
|
|
328
|
+
<li><a href="ServiceResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Response</span></a></li>
|
|
329
|
+
<li><a href="SetSessionVariableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Set<wbr/>Session<wbr/>Variable<wbr/>Query</span></a></li>
|
|
330
|
+
<li><a href="StormError.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Storm<wbr/>Error</span></a></li>
|
|
331
|
+
<li><a href="TemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
332
|
+
<li><a href="Token.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token</span></a></li>
|
|
333
|
+
<li><a href="TokenManager.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token<wbr/>Manager</span></a></li>
|
|
334
|
+
<li><a href="Transaction.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Transaction</span></a></li>
|
|
335
|
+
<li><a href="UnauthorizedAccessError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
|
|
336
|
+
<li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
|
|
337
|
+
<li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
|
|
338
|
+
<li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
|
|
339
|
+
<li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
|
|
340
|
+
<li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
|
|
341
|
+
<li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IConfig</span></a></li>
|
|
342
|
+
<li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
|
|
343
|
+
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
344
|
+
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
345
|
+
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
346
|
+
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IHandler</span></a></li>
|
|
347
|
+
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
348
|
+
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
349
|
+
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
350
|
+
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IQueryable</span></a></li>
|
|
351
|
+
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
352
|
+
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
353
|
+
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
354
|
+
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
355
|
+
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
356
|
+
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
357
|
+
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
358
|
+
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
359
|
+
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>TCoordinate</span></a></li>
|
|
360
|
+
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>formidable</span></a></li>
|
|
361
|
+
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
377
362
|
<div class="tsd-generator">
|
|
378
363
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
379
364
|
<div class="overlay"></div></body></html>
|