Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidProgramAccountError

Thrown if the program ID provided doesn't match the contract

Hierarchy

Index

Constructors

constructor

Properties

message

message: string

name

name: string = 'InvalidProgramAccountError'

Optional stack

stack?: string

Static Optional prepareStackTrace

prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

Static stackTraceLimit

stackTraceLimit: number

Methods

Static captureStackTrace

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

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc