Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
[@hiveio/beekeeper v1.27.8-stable.250128093537](../globals) / BeekeeperError [@hiveio/beekeeper](../globals) / BeekeeperError
# Class: BeekeeperError # Class: BeekeeperError
Defined in: [src/detailed/errors.ts:4](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/4e34081251adff620657ddc1a65cfe9aa6c88bf5/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L4)
**`Internal`**
## Extends ## Extends
- `Error` - `Error`
...@@ -12,9 +16,13 @@ ...@@ -12,9 +16,13 @@
> **new BeekeeperError**(`message`): [`BeekeeperError`](./BeekeeperError) > **new BeekeeperError**(`message`): [`BeekeeperError`](./BeekeeperError)
Defined in: [src/detailed/errors.ts:5](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/4e34081251adff620657ddc1a65cfe9aa6c88bf5/programs/beekeeper/beekeeper_wasm/src/detailed/errors.ts#L5)
#### Parameters #### Parameters
**message**: `string` ##### message
`string`
#### Returns #### Returns
...@@ -24,81 +32,73 @@ ...@@ -24,81 +32,73 @@
`Error.constructor` `Error.constructor`
#### Source
[src/errors.ts:5](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/f8a89045f1ddce374b83e55aad21bd4418e71b9e/programs/beekeeper/beekeeper_wasm/src/errors.ts#L5)
## Properties ## Properties
### message ### message
> **message**: `string` > **message**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1077
#### Inherited from #### Inherited from
`Error.message` `Error.message`
#### Source
node\_modules/.pnpm/typescript@5.2.2/node\_modules/typescript/lib/lib.es5.d.ts:1068
*** ***
### name ### name
> **name**: `string` > **name**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1076
#### Inherited from #### Inherited from
`Error.name` `Error.name`
#### Source
node\_modules/.pnpm/typescript@5.2.2/node\_modules/typescript/lib/lib.es5.d.ts:1067
*** ***
### stack? ### stack?
> `optional` **stack**: `string` > `optional` **stack**: `string`
Defined in: node\_modules/.pnpm/typescript@5.7.3/node\_modules/typescript/lib/lib.es5.d.ts:1078
#### Inherited from #### Inherited from
`Error.stack` `Error.stack`
#### Source
node\_modules/.pnpm/typescript@5.2.2/node\_modules/typescript/lib/lib.es5.d.ts:1069
*** ***
### prepareStackTrace()? ### prepareStackTrace()?
> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any` > `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 Optional override for formatting stack traces
#### See #### Parameters
https://v8.dev/docs/stack-trace-api#customizing-stack-traces ##### err
#### Parameters `Error`
**err**: `Error` ##### stackTraces
**stackTraces**: `CallSite`[] `CallSite`[]
#### Returns #### Returns
`any` `any`
#### Inherited from #### See
`Error.prepareStackTrace` https://v8.dev/docs/stack-trace-api#customizing-stack-traces
#### Source #### Inherited from
node\_modules/.pnpm/@types+node@20.14.9/node\_modules/@types/node/globals.d.ts:28 `Error.prepareStackTrace`
*** ***
...@@ -106,27 +106,31 @@ node\_modules/.pnpm/@types+node@20.14.9/node\_modules/@types/node/globals.d.ts:2 ...@@ -106,27 +106,31 @@ node\_modules/.pnpm/@types+node@20.14.9/node\_modules/@types/node/globals.d.ts:2
> `static` **stackTraceLimit**: `number` > `static` **stackTraceLimit**: `number`
Defined in: node\_modules/.pnpm/@types+node@22.10.7/node\_modules/@types/node/globals.d.ts:145
#### Inherited from #### Inherited from
`Error.stackTraceLimit` `Error.stackTraceLimit`
#### Source
node\_modules/.pnpm/@types+node@20.14.9/node\_modules/@types/node/globals.d.ts:30
## Methods ## Methods
### captureStackTrace() ### captureStackTrace()
> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void` > `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 Create .stack property on a target object
#### Parameters #### Parameters
**targetObject**: `object` ##### targetObject
**constructorOpt?**: `Function` `object`
##### constructorOpt?
`Function`
#### Returns #### Returns
...@@ -135,7 +139,3 @@ Create .stack property on a target object ...@@ -135,7 +139,3 @@ Create .stack property on a target object
#### Inherited from #### Inherited from
`Error.captureStackTrace` `Error.captureStackTrace`
#### Source
node\_modules/.pnpm/@types+node@20.14.9/node\_modules/@types/node/globals.d.ts:21