UNPKG

n8n

Version:

n8n Workflow Automation Tool

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); }