MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/node-core/src/api.connection.error.ts:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export class MetadataMismatchError extends Error {
48 constructor(metadata: string, expected: string, actual: string) {
49 super(
50 `Value of ${metadata} does not match across all endpoints\n

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected