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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CryptoBridgeError(
message,options?):CryptoBridgeError
Defined in: ootle/src/errors/index.ts:108
Parameters
Section titled “Parameters”message
Section titled “message”string
options?
Section titled “options?”ErrorOptions & object
Returns
Section titled “Returns”CryptoBridgeError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”context?
Section titled “context?”
readonlyoptionalcontext?:string
Defined in: ootle/src/errors/index.ts:106