UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

12 lines (11 loc) 334 B
import { ResponseError } from './abstract/response.error'; export declare class ScopeForbiddenError extends ResponseError { readonly meta: { errorCode: string; requiredScope: string; }; constructor(message: string, meta: { errorCode: string; requiredScope: string; }, hint?: string); }