MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Exceptions.ts:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 * This error is thrown when the value doesn't match the expected type in the schema.
129 */
130export class PropertyTypeError extends GraphError {
131 public readonly key: string;
132 public readonly label: string;
133 public readonly value: unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected