Skip to main content

subgraph._SubgraphErrorPolicy_

@bosonprotocol/core-sdk / Exports / subgraph / _SubgraphErrorPolicy_

Enumeration: _SubgraphErrorPolicy_

subgraph.SubgraphErrorPolicy

Table of contents

Enumeration Members

Enumeration Members

Allow

Allow = "allow"

Data will be returned even if the subgraph has indexing errors

Defined in

src/subgraph.ts:8200


Deny

Deny = "deny"

If the subgraph has indexing errors, data will be omitted. The default.

Defined in

src/subgraph.ts:8202