Skip to content

@livefolio/sdk / RoutingDataFeedError

Class: RoutingDataFeedError

Defined in: reference/routing-data-feed.ts:11

Error thrown by RoutingDataFeed when an asset cannot be routed or when the routed feed does not support the requested optional method.

Distinguish the two cases via the message text: "no feed registered" vs "does not implement fundamentals".

Extends

  • Error

Constructors

Constructor

new RoutingDataFeedError(message): RoutingDataFeedError

Defined in: reference/routing-data-feed.ts:12

Parameters

ParameterType
messagestring

Returns

RoutingDataFeedError

Overrides

Error.constructor

Released under the MIT License.