Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
......@@ -2,6 +2,8 @@
# Class: BeekeeperError
Defined in: [src/detailed/errors.ts:4](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L4)
**`Internal`**
## Extends
......@@ -14,6 +16,8 @@
> **new BeekeeperError**(`message`): [`BeekeeperError`](./BeekeeperError)
Defined in: [src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L5)
#### Parameters
##### message
......@@ -28,58 +32,50 @@
`Error.constructor`
#### Defined in
[src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/-/blob/4cd3fc3d23f4074be91a11f00a7a6035405faaf8/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
......@@ -104,30 +100,26 @@ 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
......@@ -147,7 +139,3 @@ 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