@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
| Parameter | Type |
|---|---|
message | string |
Returns
RoutingDataFeedError
Overrides
Error.constructor