Skip to main content
Glama
validation-service-error.d.ts624 B
export declare class ValidationServiceError extends Error { readonly nodeType?: string | undefined; readonly property?: string | undefined; readonly cause?: Error | undefined; constructor(message: string, nodeType?: string | undefined, property?: string | undefined, cause?: Error | undefined); static jsonParseError(nodeType: string, cause: Error): ValidationServiceError; static nodeNotFound(nodeType: string): ValidationServiceError; static dataExtractionError(nodeType: string, dataType: string, cause?: Error): ValidationServiceError; } //# sourceMappingURL=validation-service-error.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server