Skip to content

CryptoBridgeError

Defined in: ootle/src/errors/index.ts:105

Raised when the WASM crypto bridge fails (AEAD decryption, balance-proof verification, scalar parsing, …). context is a short label identifying which bridge call failed; the original bridge error chains via cause.

new CryptoBridgeError(message, options?): CryptoBridgeError

Defined in: ootle/src/errors/index.ts:108

string

ErrorOptions & object

CryptoBridgeError

OotleError.constructor

readonly optional context?: string

Defined in: ootle/src/errors/index.ts:106