Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
......@@ -2,8 +2,6 @@
# Class: BeekeeperError
Defined in: [src/detailed/errors.ts:4](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/ed702f86d3a1ae567b2d2e1d0d7240a187223964/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L4)
**`Internal`**
## Extends
......@@ -16,8 +14,6 @@ Defined in: [src/detailed/errors.ts:4](https://gitlab.syncad.com/hive/hive/progr
> **new BeekeeperError**(`message`): [`BeekeeperError`](./BeekeeperError)
Defined in: [src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/ed702f86d3a1ae567b2d2e1d0d7240a187223964/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L5)
#### Parameters
##### message
......@@ -32,50 +28,58 @@ Defined in: [src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/progr
`Error.constructor`
#### Defined in
[src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/25efa2eeae885a5354e59e1097c6483fd46dede6/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L5)
## Properties
### message
> **message**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1077
#### Inherited from
`Error.message`
#### Defined in
node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1077
***
### name
> **name**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1076
#### Inherited from
`Error.name`
#### Defined in
node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1076
***
### stack?
> `optional` **stack**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1078
#### Inherited from
`Error.stack`
#### Defined in
node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1078
***
### prepareStackTrace()?
> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any`
Defined in: node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:143
Optional override for formatting stack traces
#### Parameters
......@@ -100,26 +104,30 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces
`Error.prepareStackTrace`
#### Defined in
node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:143
***
### stackTraceLimit
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:145
#### Inherited from
`Error.stackTraceLimit`
#### Defined in
node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:145
## Methods
### captureStackTrace()
> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void`
Defined in: node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:136
Create .stack property on a target object
#### Parameters
......@@ -139,3 +147,7 @@ Create .stack property on a target object
#### Inherited from
`Error.captureStackTrace`
#### Defined in
node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:136