Skip to main content

JS Kit SDK API Reference / Errors / PythFeedNotFoundError

Class: PythFeedNotFoundError

Defined in: errors.ts:151

Thrown when no Pyth price feed is configured for a mint.

Extends

Constructors

Constructor

new PythFeedNotFoundError(message?): PythFeedNotFoundError

Defined in: errors.ts:152

Parameters

message?

string

Returns

PythFeedNotFoundError

Overrides

SNSError.constructor

Properties

type

type: ErrorType

Defined in: errors.ts:39

Inherited from

SNSError.type