Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PriceFetchingError

Hierarchy

Index

Constructors

Properties

cause?: Error
error_code: string
error_type: string
message: string
name: string
stack?: string
FETCHING_PRICE_ORACLE: string = "fetching_price_oracle"
FETCHING_PRICE_PICKLE: string = "fetching_price_pickle"
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