You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{/* This file is auto-generated by TypeDoc. Do not edit manually. */}
9
9
10
-
Defined in: [aa-sdk/core/src/errors/account.ts:8](https://github.com/alchemyplatform/aa-sdk/blob/3e18d9576e65cdac5cac073ca850cbc18ad72ff1/aa-sdk/core/src/errors/account.ts#L8)
10
+
Defined in: [aa-sdk/core/src/errors/account.ts:8](https://github.com/alchemyplatform/aa-sdk/blob/6fba380d2901f334fb70e71b7729bfa721544c96/aa-sdk/core/src/errors/account.ts#L8)
11
11
12
12
This error is thrown when an account could not be found to execute a specific action. It extends the `BaseError` class.
13
13
@@ -23,7 +23,7 @@ This error is thrown when an account could not be found to execute a specific ac
23
23
newAccountNotFoundError(): AccountNotFoundError;
24
24
```
25
25
26
-
Defined in: [aa-sdk/core/src/errors/account.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/3e18d9576e65cdac5cac073ca850cbc18ad72ff1/aa-sdk/core/src/errors/account.ts#L15)
26
+
Defined in: [aa-sdk/core/src/errors/account.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/6fba380d2901f334fb70e71b7729bfa721544c96/aa-sdk/core/src/errors/account.ts#L15)
27
27
28
28
Constructor for initializing an error message indicating that an account could not be found to execute the specified action.
29
29
@@ -37,18 +37,207 @@ Constructor for initializing an error message indicating that an account could n
| <aid="stacktracelimit" /> `stackTraceLimit`|`number`|`undefined`| The `Error.stackTraceLimit` property specifies the number of stack frames collected by a stack trace (whether generated by `new Error().stack` or `Error.captureStackTrace(obj)`). The default value is `10` but may be set to any valid JavaScript number. Changes will affect any stack trace captured _after_ the value has been changed. If set to a non-number value, or set to a negative number, stack traces will not capture any frames. |
40
+
<table>
41
+
<thead>
42
+
<tr>
43
+
<thalign="left">Property</th>
44
+
<thalign="left">Type</th>
45
+
<thalign="left">Default value</th>
46
+
<thalign="left">Description</th>
47
+
</tr>
48
+
</thead>
49
+
50
+
<tbody>
51
+
<tr>
52
+
<td>
53
+
<aid="cause" /> `cause?`
54
+
</td>
55
+
56
+
<td>
57
+
`unknown`
58
+
</td>
59
+
60
+
<td>
61
+
`undefined`
62
+
</td>
63
+
64
+
<td>
65
+
‐
66
+
</td>
67
+
</tr>
68
+
69
+
<tr>
70
+
<td>
71
+
<aid="details" /> `details`
72
+
</td>
73
+
74
+
<td>
75
+
`string`
76
+
</td>
77
+
78
+
<td>
79
+
`undefined`
80
+
</td>
81
+
82
+
<td>
83
+
‐
84
+
</td>
85
+
</tr>
86
+
87
+
<tr>
88
+
<td>
89
+
<aid="docspath" /> `docsPath?`
90
+
</td>
91
+
92
+
<td>
93
+
`string`
94
+
</td>
95
+
96
+
<td>
97
+
`undefined`
98
+
</td>
99
+
100
+
<td>
101
+
‐
102
+
</td>
103
+
</tr>
104
+
105
+
<tr>
106
+
<td>
107
+
<aid="message" /> `message`
108
+
</td>
109
+
110
+
<td>
111
+
`string`
112
+
</td>
113
+
114
+
<td>
115
+
`undefined`
116
+
</td>
117
+
118
+
<td>
119
+
‐
120
+
</td>
121
+
</tr>
122
+
123
+
<tr>
124
+
<td>
125
+
<aid="metamessages" /> `metaMessages?`
126
+
</td>
127
+
128
+
<td>
129
+
`string`\[]
130
+
</td>
131
+
132
+
<td>
133
+
`undefined`
134
+
</td>
135
+
136
+
<td>
137
+
‐
138
+
</td>
139
+
</tr>
140
+
141
+
<tr>
142
+
<td>
143
+
<aid="name" /> `name`
144
+
</td>
145
+
146
+
<td>
147
+
`string`
148
+
</td>
149
+
150
+
<td>
151
+
`"AccountNotFoundError"`
152
+
</td>
153
+
154
+
<td>
155
+
‐
156
+
</td>
157
+
</tr>
158
+
159
+
<tr>
160
+
<td>
161
+
<aid="shortmessage" /> `shortMessage`
162
+
</td>
163
+
164
+
<td>
165
+
`string`
166
+
</td>
167
+
168
+
<td>
169
+
`undefined`
170
+
</td>
171
+
172
+
<td>
173
+
‐
174
+
</td>
175
+
</tr>
176
+
177
+
<tr>
178
+
<td>
179
+
<aid="stack" /> `stack?`
180
+
</td>
181
+
182
+
<td>
183
+
`string`
184
+
</td>
185
+
186
+
<td>
187
+
`undefined`
188
+
</td>
189
+
190
+
<td>
191
+
‐
192
+
</td>
193
+
</tr>
194
+
195
+
<tr>
196
+
<td>
197
+
<aid="version" /> `version`
198
+
</td>
199
+
200
+
<td>
201
+
`string`
202
+
</td>
203
+
204
+
<td>
205
+
`VERSION`
206
+
</td>
207
+
208
+
<td>
209
+
‐
210
+
</td>
211
+
</tr>
212
+
213
+
<tr>
214
+
<td>
215
+
<aid="stacktracelimit" /> `stackTraceLimit`
216
+
</td>
217
+
218
+
<td>
219
+
`number`
220
+
</td>
221
+
222
+
<td>
223
+
`undefined`
224
+
</td>
225
+
226
+
<td>
227
+
The `Error.stackTraceLimit` property specifies the number of stack frames
228
+
collected by a stack trace (whether generated by `new Error().stack` or
229
+
`Error.captureStackTrace(obj)`).
230
+
231
+
The default value is `10` but may be set to any valid JavaScript number. Changes
232
+
will affect any stack trace captured *after* the value has been changed.
233
+
234
+
If set to a non-number value, or set to a negative number, stack traces will
235
+
not capture any frames.
236
+
</td>
237
+
</tr>
238
+
239
+
</tbody>
240
+
</table>
52
241
53
242
## Methods
54
243
@@ -80,9 +269,27 @@ Defined in: node_modules/viem/\_types/errors/base.d.ts:27
80
269
81
270
##### Parameters
82
271
83
-
| Parameter | Type |
84
-
| :-------- | :------------------- |
85
-
|`fn`| (`err`) => `boolean`|
272
+
<table>
273
+
<thead>
274
+
<tr>
275
+
<thalign="left">Parameter</th>
276
+
<thalign="left">Type</th>
277
+
</tr>
278
+
</thead>
279
+
280
+
<tbody>
281
+
<tr>
282
+
<td>
283
+
`fn`
284
+
</td>
285
+
286
+
<td>
287
+
(`err`) => `boolean`
288
+
</td>
289
+
</tr>
290
+
291
+
</tbody>
292
+
</table>
86
293
87
294
##### Returns
88
295
@@ -148,10 +355,37 @@ a();
148
355
149
356
#### Parameters
150
357
151
-
| Parameter | Type |
152
-
| :---------------- | :--------- |
153
-
| `targetObject` | `object` |
154
-
| `constructorOpt?` | `Function` |
358
+
<table>
359
+
<thead>
360
+
<tr>
361
+
<th align="left">Parameter</th>
362
+
<th align="left">Type</th>
363
+
</tr>
364
+
</thead>
365
+
366
+
<tbody>
367
+
<tr>
368
+
<td>
369
+
`targetObject`
370
+
</td>
371
+
372
+
<td>
373
+
`object`
374
+
</td>
375
+
</tr>
376
+
377
+
<tr>
378
+
<td>
379
+
`constructorOpt?`
380
+
</td>
381
+
382
+
<td>
383
+
`Function`
384
+
</td>
385
+
</tr>
386
+
387
+
</tbody>
388
+
</table>
155
389
156
390
#### Returns
157
391
@@ -173,10 +407,37 @@ Defined in: node_modules/@types/node/globals.d.ts:149
0 commit comments