Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimulationError

Hierarchy

Index

Constructors

Properties

cause?: Error
error_code: string
error_type: string
message: string
name: string
stack?: string
INVALID_TYPE: string = "invalid_type"
NO_LOG: string = "no_log"
PARTIAL_REVERT: string = "partial_revert"
TENDERLY_RESPONSE_ERROR: string = "tenderly_response_error"
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc