@across-protocol/app-sdk / DepositRevert
Error
new DepositRevert(
message
?):DepositRevert
• message?: string
Error.constructor
packages/sdk/src/errors/index.ts:7
optional
cause:unknown
Error.cause
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:24
message:
string
Error.message
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1076
name:
string
Error.name
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1075
optional
stack:string
Error.stack
node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Optional override for formatting stack traces
• err: Error
• stackTraces: CallSite
[]
any
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Error.prepareStackTrace
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:28
static
stackTraceLimit:number
Error.stackTraceLimit
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:30
static
captureStackTrace(targetObject
,constructorOpt
?):void
Create .stack property on a target object
• targetObject: object
• constructorOpt?: Function
void
Error.captureStackTrace
node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:21