InvalidSignature
@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / InvalidSignature
Class: InvalidSignature
Signifies that the signature is invalid
Extends
Constructors
new InvalidSignature()
new InvalidSignature(
msg, ...params):InvalidSignature
Create a new InvalidSignature error
Parameters
msg
string
The error message
...params
any[]
-
Returns
Overrides
Defined in
packages/twine-core/src/errors.ts:25
Properties
prepareStackTrace?
static
(err: Error, stackTraces: CallSite[]) => any
Optional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces
TwineError.prepareStackTrace
node_modules/@types/node/globals.d.ts:28
Methods
captureStackTrace()
captureStackTrace(targetObject, constructorOpt)
staticcaptureStackTrace(targetObject,constructorOpt?):void
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Function
Returns
void
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:21
captureStackTrace(targetObject, constructorOpt)
staticcaptureStackTrace(targetObject,constructorOpt?):void
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Function
Returns
void
Inherited from
Defined in
node_modules/bun-types/globals.d.ts:1630
Last updated