This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Rebuild docs + coverage [skip ci]
- Loading branch information
1 parent
5df4bd7
commit c1971f7
Showing
87 changed files
with
2,843 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 199 additions & 0 deletions
199
docs/classes/database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
[@pluto-encrypted](../README.md) / [Exports](../modules.md) / [database](../modules/database-1.md) / [WALLET\_SDK\_DOMAIN](../modules/database-1.WALLET_SDK_DOMAIN.md) / [AgentError](../modules/database-1.WALLET_SDK_DOMAIN.AgentError.md) / CannotFindLinkSecret | ||
|
||
# Class: CannotFindLinkSecret | ||
|
||
[WALLET\_SDK\_DOMAIN](../modules/database-1.WALLET_SDK_DOMAIN.md).[AgentError](../modules/database-1.WALLET_SDK_DOMAIN.AgentError.md).CannotFindLinkSecret | ||
|
||
## Hierarchy | ||
|
||
- `Error` | ||
|
||
↳ **`CannotFindLinkSecret`** | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#constructor) | ||
|
||
### Properties | ||
|
||
- [cause](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#cause) | ||
- [message](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#message) | ||
- [name](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#name) | ||
- [stack](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#stack) | ||
- [prepareStackTrace](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#preparestacktrace) | ||
- [stackTraceLimit](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#stacktracelimit) | ||
|
||
### Methods | ||
|
||
- [captureStackTrace](database-1.WALLET_SDK_DOMAIN.AgentError.CannotFindLinkSecret.md#capturestacktrace) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new CannotFindLinkSecret**(`message?`) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
|
||
#### Inherited from | ||
|
||
Error.constructor | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1073 | ||
|
||
• **new CannotFindLinkSecret**(`message?`, `options?`) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
| `options?` | `ErrorOptions` | | ||
|
||
#### Inherited from | ||
|
||
Error.constructor | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es2022.error.d.ts:28 | ||
|
||
## Properties | ||
|
||
### cause | ||
|
||
• `Optional` **cause**: `unknown` | ||
|
||
#### Inherited from | ||
|
||
Error.cause | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es2022.error.d.ts:24 | ||
|
||
___ | ||
|
||
### message | ||
|
||
• **message**: `string` | ||
|
||
#### Inherited from | ||
|
||
Error.message | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1068 | ||
|
||
___ | ||
|
||
### name | ||
|
||
• **name**: `string` | ||
|
||
#### Inherited from | ||
|
||
Error.name | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1067 | ||
|
||
___ | ||
|
||
### stack | ||
|
||
• `Optional` **stack**: `string` | ||
|
||
#### Inherited from | ||
|
||
Error.stack | ||
|
||
#### Defined in | ||
|
||
node_modules/typescript/lib/lib.es5.d.ts:1069 | ||
|
||
___ | ||
|
||
### prepareStackTrace | ||
|
||
▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any` | ||
|
||
#### Type declaration | ||
|
||
▸ (`err`, `stackTraces`): `any` | ||
|
||
Optional override for formatting stack traces | ||
|
||
##### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `err` | `Error` | | ||
| `stackTraces` | `CallSite`[] | | ||
|
||
##### Returns | ||
|
||
`any` | ||
|
||
**`See`** | ||
|
||
https://v8.dev/docs/stack-trace-api#customizing-stack-traces | ||
|
||
#### Inherited from | ||
|
||
Error.prepareStackTrace | ||
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:28 | ||
|
||
___ | ||
|
||
### stackTraceLimit | ||
|
||
▪ `Static` **stackTraceLimit**: `number` | ||
|
||
#### Inherited from | ||
|
||
Error.stackTraceLimit | ||
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:30 | ||
|
||
## Methods | ||
|
||
### captureStackTrace | ||
|
||
▸ `Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void` | ||
|
||
Create .stack property on a target object | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `targetObject` | `object` | | ||
| `constructorOpt?` | `Function` | | ||
|
||
#### Returns | ||
|
||
`void` | ||
|
||
#### Inherited from | ||
|
||
Error.captureStackTrace | ||
|
||
#### Defined in | ||
|
||
node_modules/@types/node/globals.d.ts:21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.