TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Class ComputeError

    Hierarchy

    • Error
      • ComputeError
    Index

    Constructors

    • Parameters

      • message: string
      • exitCode: number
      • Optionalopts: { debugLogs?: Maybe<string>; logs?: Maybe<string> }

      Returns ComputeError

    Properties

    debugLogs: null | string
    exitCode: number
    logs: null | string
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void